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 c4b25bd2c420c2319a56ed545c1fc2751cf0e6ac
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 17:39:23 2026 -0400

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

diff --git a/src/test/java/org/apache/commons/xml/XMLFilterTest.java 
b/src/test/java/org/apache/commons/xml/XMLFilterTest.java
index 0e220c5..fde4ea9 100644
--- a/src/test/java/org/apache/commons/xml/XMLFilterTest.java
+++ b/src/test/java/org/apache/commons/xml/XMLFilterTest.java
@@ -37,7 +37,7 @@
 /**
  * {@link XMLFilter} products of the secure factory: the input document is 
parsed by a secure reader (never a self-provisioned permissive one), and the
  * transformation runs on the resolver floor, so neither an external entity in 
the input nor a stylesheet's runtime {@code document()} fetches. The
- * unconfigured controls prove both vectors leak without the hardening. The 
{@code Templates} overload doubles as a regression test for handing the factory 
a
+ * unconfigured controls prove both vectors leak without the securing. The 
{@code Templates} overload doubles as a regression test for handing the factory 
a
  * wrapped {@code Templates}.
  */
 @Tag("trax")

Reply via email to