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 8c504c7181f9ec684a280373b926467c43eaf5d3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 2 06:48:53 2026 -0400

    Javadoc @see tag not needed here.
---
 src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java 
b/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java
index 94ee20c..cf6f12f 100644
--- a/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java
+++ b/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java
@@ -86,8 +86,6 @@ public void setFeature(final String name, final boolean 
value) throws SAXNotReco
      * has to run on each {@link XMLReader} the factory produces. This wrapper 
returns a {@link SecureSAXParser}, which applies that securing lazily to both 
the
      * SAX 2 {@link XMLReader} and the SAX 1 {@link org.xml.sax.Parser} it 
exposes.
      * </p>
-     *
-     * @see org.apache.commons.xml.secure
      */
     private static final class Wrapper extends SAXParserFactory {
 

Reply via email to