This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new 7073936 Remove extra blank line.
7073936 is described below
commit 7073936836499a8c01996530a6ddece060b325c5
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 15:24:08 2026 -0400
Remove extra blank line.
---
src/main/java/org/apache/commons/xml/SecureDocumentBuilder.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/xml/SecureDocumentBuilder.java
b/src/main/java/org/apache/commons/xml/SecureDocumentBuilder.java
index 067017c..76386b7 100644
--- a/src/main/java/org/apache/commons/xml/SecureDocumentBuilder.java
+++ b/src/main/java/org/apache/commons/xml/SecureDocumentBuilder.java
@@ -64,7 +64,6 @@ public Schema getSchema() {
return delegate.getSchema();
}
-
@Override
public boolean isNamespaceAware() {
return delegate.isNamespaceAware();