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 36cf91b0be56bad8fc0496e63cec79c889a6c63f Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:07:26 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- src/test/java/org/apache/commons/xml/TemplatesHandlerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/TemplatesHandlerTest.java b/src/test/java/org/apache/commons/xml/TemplatesHandlerTest.java index 360ff6c..ea1cf0e 100644 --- a/src/test/java/org/apache/commons/xml/TemplatesHandlerTest.java +++ b/src/test/java/org/apache/commons/xml/TemplatesHandlerTest.java @@ -34,7 +34,7 @@ import org.junit.jupiter.api.Test; /** - * {@link TemplatesHandler} products of the hardened factory: {@code xsl:include} resolution during the SAX-driven compile sits on the factory's resolver floor, + * {@link TemplatesHandler} products of the secure factory: {@code xsl:include} resolution during the SAX-driven compile sits on the factory's resolver floor, * and the {@link Templates} returned by {@link TemplatesHandler#getTemplates()} produce Transformers that carry the floor. The unconfigured control proves the * vector leaks without the hardening. */
