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 cc45c8184649066427ada8d289463ed57a436f8e Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 15:57:00 2026 -0700 Javadoc --- src/main/java/org/apache/commons/xml/secure/SecureValidator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureValidator.java b/src/main/java/org/apache/commons/xml/secure/SecureValidator.java index 0a593ac..d1aef50 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureValidator.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureValidator.java @@ -43,7 +43,7 @@ final class SecureValidator extends Validator { private final FallbackIgnoreLSResourceResolver floor = new FallbackIgnoreLSResourceResolver(null); /** - * Snapshot of the factory's {@value SecureSAXParserFactory#OVERRIDE_DEFAULT_PARSER} outcome at creation, like the JDK copies the feature onto its + * Snapshot of the factory's {@value SecureSAXParserFactory#OVERRIDE_DEFAULT_PARSER} outcome at creation, just as the JDK copies the feature onto its * validators. */ private final boolean overrideDefaultParser;
