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-xml.git

commit 3cdd92fc9d98b2f27cf6043bbad7c4cf4c2db848
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 13:53:19 2026 -0400

    Javadoc: "hardened" -> "secured" wording to match new class and method
    names.
---
 src/test/java/org/apache/commons/xml/OverrideDefaultParserTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/xml/OverrideDefaultParserTest.java 
b/src/test/java/org/apache/commons/xml/OverrideDefaultParserTest.java
index 8104d74..144d104 100644
--- a/src/test/java/org/apache/commons/xml/OverrideDefaultParserTest.java
+++ b/src/test/java/org/apache/commons/xml/OverrideDefaultParserTest.java
@@ -37,7 +37,7 @@
 import org.xml.sax.XMLReader;
 
 /**
- * Checks that {@code jdk.xml.overrideDefaultParser} selects which hardened 
parser family performs the source rewrites on factories that recognize the 
feature.
+ * Checks that {@code jdk.xml.overrideDefaultParser} selects which secure 
parser family performs the source rewrites on factories that recognize the 
feature.
  *
  * <p>The wrapped implementations' internal parsers are never used — the 
wrappers parse every source themselves — so instead of configuring the delegate 
the
  * wrappers read the feature: {@code false} (the JDK's default) pins the 
platform's built-in parser, {@code true} (or a delegate that does not recognize 
the

Reply via email to