Skip to content

Commit a8ccf16

Browse files
committed
Removing dead code
1 parent ea03699 commit a8ccf16

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

xmlschema-core/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
import javax.xml.namespace.NamespaceContext;
3333
import javax.xml.namespace.QName;
34-
import javax.xml.parsers.DocumentBuilderFactory;
3534

3635
import org.w3c.dom.Attr;
3736
import org.w3c.dom.Document;
@@ -73,7 +72,6 @@ public class SchemaBuilder {
7372
XmlSchemaCollection collection;
7473
Document currentDocument;
7574
XmlSchema currentSchema;
76-
DocumentBuilderFactory docFac;
7775

7876
private final TargetNamespaceValidator currentValidator;
7977
/**

0 commit comments

Comments
 (0)