We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea03699 commit a8ccf16Copy full SHA for a8ccf16
1 file changed
xmlschema-core/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java
@@ -31,7 +31,6 @@
31
32
import javax.xml.namespace.NamespaceContext;
33
import javax.xml.namespace.QName;
34
-import javax.xml.parsers.DocumentBuilderFactory;
35
36
import org.w3c.dom.Attr;
37
import org.w3c.dom.Document;
@@ -73,7 +72,6 @@ public class SchemaBuilder {
73
72
XmlSchemaCollection collection;
74
Document currentDocument;
75
XmlSchema currentSchema;
76
- DocumentBuilderFactory docFac;
77
78
private final TargetNamespaceValidator currentValidator;
79
/**
0 commit comments