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 725cabe3fc86a14631eedd18fa4ccbb159071dde
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 17:53:38 2026 -0400

    Javadoc: Use "secure" terminology.
---
 src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java 
b/src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java
index 498e3b0..9154afa 100644
--- a/src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java
+++ b/src/test/java/org/apache/commons/xml/SecureFactoriesSmokeTest.java
@@ -297,7 +297,7 @@ void newXPathFactoryReturnsFreshInstance() throws Exception 
{
 
     /**
      * The public classes must not extend their JAXP factory type: extending 
it would inherit the JAXP static factory methods, letting a caller obtain a
-     * non-hardened factory through an inherited method such as {@code 
newInstance(String, ClassLoader)} or {@code newDefaultInstance()}.
+     * non-secured factory through an inherited method such as {@code 
newInstance(String, ClassLoader)} or {@code newDefaultInstance()}.
      */
     @Test
     void publicClassesDoNotExtendTheirJaxpFactoryType() {

Reply via email to