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 97cdc42a94d4f2320b31e9da9d6f9b24b5017109 Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 16:05:28 2026 -0700 Javadoc --- src/main/java/org/apache/commons/xml/secure/SecureXMLReader.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureXMLReader.java b/src/main/java/org/apache/commons/xml/secure/SecureXMLReader.java index 4de8fa1..1c0c484 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureXMLReader.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureXMLReader.java @@ -38,7 +38,8 @@ * {@link javax.xml.parsers.SAXParser#parse(org.xml.sax.InputSource, org.xml.sax.helpers.DefaultHandler) SAXParser.parse(source, handler)} installs as the * reader's entity resolver, which would otherwise silently replace the floor. {@link #getEntityResolver()} reports the caller's resolver unwrapped.</p> * - * <p>Every other method forwards to the wrapped delegate; subclasses (e.g. {@code SecureExpatXMLReader}) add per-implementation fixups on top of the floor.</p> + * <p>Every other method forwards to the wrapped delegate; subclasses (e.g., {@code SecureExpatXMLReader}) add per-implementation fixups on top of the + * floor.</p> */ class SecureXMLReader implements XMLReader {
