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-secure-xml.git
commit 50b7ed94c99dbcaeec5880e01695ab772fb4e230 Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 15:59:19 2026 -0700 Javadoc --- src/main/java/org/apache/commons/xml/secure/SecureXMLFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureXMLFilter.java b/src/main/java/org/apache/commons/xml/secure/SecureXMLFilter.java index b887c30..62c3cea 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureXMLFilter.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureXMLFilter.java @@ -183,7 +183,7 @@ public void setContentHandler(final ContentHandler handler) { * * <p>Wires the filter onto the new parent the way {@link XMLFilterImpl#setupParse()} would, minus the ContentHandler: the transformer owns the parent's * content events and delivers the transformed stream to the caller's handler through a {@link SAXResult} instead. Wiring the parent here rather than per - * parse is enough because it is the filter that is installed, not the caller's callbacks, so a callback the caller sets afterwards is still reached.</p> + * parse is enough because it is the filter that is installed, not the caller's callbacks, so a callback the caller sets afterward is still reached.</p> */ @Override public void setParent(final XMLReader parent) {
