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 dcb1af1a70fbc6c7856efe16154e2a47c2410f70
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 2 07:11:40 2026 -0400

    FIx Javadoc @param description
---
 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 b0f6aa9..8af7779 100644
--- a/src/main/java/org/apache/commons/xml/secure/SecureXMLFilter.java
+++ b/src/main/java/org/apache/commons/xml/secure/SecureXMLFilter.java
@@ -73,7 +73,7 @@ private static SAXParseException toSAXParseException(final 
TransformerException
     /**
      * Constructs a new instance.
      *
-     * @param templates the delegate to wrap; must not be {@code null}.
+     * @param templates the templates to wrap; must not be {@code null}.
      * @throws NullPointerException if {@code delegate} is {@code null}.
      */
     SecureXMLFilter(final SecureTemplates templates) {

Reply via email to