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 e18bba6096adc3b4d8cd9bcdf29447331be18783
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 14:32:11 2026 -0400

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

diff --git a/src/test/java/org/apache/commons/xml/NoDoctypeTest.java 
b/src/test/java/org/apache/commons/xml/NoDoctypeTest.java
index 00a5960..5cda005 100644
--- a/src/test/java/org/apache/commons/xml/NoDoctypeTest.java
+++ b/src/test/java/org/apache/commons/xml/NoDoctypeTest.java
@@ -23,7 +23,7 @@
 /**
  * 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 secure 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 secure 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