This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git
The following commit(s) were added to refs/heads/master by this push:
new a8ccf167 Removing dead code
a8ccf167 is described below
commit a8ccf16729b37845246a94a2b95fdbb80098ce40
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Apr 22 09:32:20 2026 +0100
Removing dead code
---
.../src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/xmlschema-core/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java
b/xmlschema-core/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java
index 2677d005..65150643 100644
---
a/xmlschema-core/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java
+++
b/xmlschema-core/src/main/java/org/apache/ws/commons/schema/SchemaBuilder.java
@@ -31,7 +31,6 @@ import java.util.StringTokenizer;
import javax.xml.namespace.NamespaceContext;
import javax.xml.namespace.QName;
-import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Attr;
import org.w3c.dom.Document;
@@ -73,7 +72,6 @@ public class SchemaBuilder {
XmlSchemaCollection collection;
Document currentDocument;
XmlSchema currentSchema;
- DocumentBuilderFactory docFac;
private final TargetNamespaceValidator currentValidator;
/**