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 219c2593bd8009f5973a478813a069c68611c46f Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:07:36 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- 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 89060cd..87b67ec 100644 --- a/src/test/java/org/apache/commons/xml/TransformerHandlerTest.java +++ b/src/test/java/org/apache/commons/xml/TransformerHandlerTest.java @@ -33,7 +33,7 @@ import org.junit.jupiter.api.Test; /** - * {@link TransformerHandler} products of the hardened factory sit on the resolver floor: a stylesheet's runtime {@code document()} resolves to empty content + * {@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 * {@code Templates} (implementations cast its {@code newTransformer()} to their own type).
