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 e65d9fb31a90eed6b73d464c670a37ba2ca7e371
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 13:53:09 2026 -0400

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

diff --git a/src/test/java/org/apache/commons/xml/NoDoctypeTest.java 
b/src/test/java/org/apache/commons/xml/NoDoctypeTest.java
index e95335b..00a5960 100644
--- a/src/test/java/org/apache/commons/xml/NoDoctypeTest.java
+++ b/src/test/java/org/apache/commons/xml/NoDoctypeTest.java
@@ -21,9 +21,9 @@
 import org.junit.jupiter.api.Test;
 
 /**
- * Checks that a plain document without a {@code DOCTYPE} declaration parses 
cleanly through every hardened JAXP surface.
+ * Checks that a plain document without a {@code DOCTYPE} declaration parses 
cleanly through every secure JAXP surface.
  *
- * <p>This is the realistic 99% case for hardened input; the hardening 
contract being verified is "documents without a DOCTYPE parse cleanly through 
every
+ * <p>This is the realistic 99% case for secure input; the hardening contract 
being verified is "documents without a DOCTYPE parse cleanly through every
  * JAXP surface" so accidental tightening (for example, a resolver that 
refuses the synthetic-external-subset hook) is caught.</p>
  */
 class NoDoctypeTest {

Reply via email to