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 d30262e6c7b3587e9ba172d85d72d6b8af316e6e Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 15:53:11 2026 -0700 Javadoc --- src/main/java/org/apache/commons/xml/secure/SecureTransformer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureTransformer.java b/src/main/java/org/apache/commons/xml/secure/SecureTransformer.java index 37a06ca..fa53009 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureTransformer.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureTransformer.java @@ -52,7 +52,7 @@ final class SecureTransformer extends Transformer { private final FallbackIgnoreURIResolver floor; /** - * Snapshot of the factory's {@value SecureSAXParserFactory#OVERRIDE_DEFAULT_PARSER} outcome at creation, like the JDK copies the feature onto the + * Snapshot of the factory's {@value SecureSAXParserFactory#OVERRIDE_DEFAULT_PARSER} outcome at creation, just as the JDK copies the feature onto the * transformers it creates. */ final boolean overrideDefaultParser;
