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 9d649193545a39ea463b8b5bc5f1f4f56d5257b0
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 17:48:16 2026 -0400

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

diff --git a/src/test/java/org/apache/commons/xml/TransformerHandlerTest.java 
b/src/test/java/org/apache/commons/xml/TransformerHandlerTest.java
index 9161b07..091d05a 100644
--- a/src/test/java/org/apache/commons/xml/TransformerHandlerTest.java
+++ b/src/test/java/org/apache/commons/xml/TransformerHandlerTest.java
@@ -35,7 +35,7 @@
 /**
  * {@link TransformerHandler} products of the secure factory sit on the 
resolver floor: a stylesheet's runtime {@code document()} resolves to empty 
content
  * whether the transform runs through the handler's SAX events or through the 
{@link TransformerHandler#getTransformer()} bypass. The unconfigured control
- * proves the vector leaks without the hardening. The {@code Templates} 
overload doubles as a regression test for handing the factory a wrapped
+ * proves the vector leaks without the securing. The {@code Templates} 
overload doubles as a regression test for handing the factory a wrapped
  * {@code Templates} (implementations cast its {@code newTransformer()} to 
their own type).
  */
 @Tag("trax")

Reply via email to