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 82274f6c6e33466e6fdd9fd32d69dff2f6f49934 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 17:46:36 2026 -0400 Javadoc: Use "secure" terminology. --- 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 0a42842..6c6ac7a 100644 --- a/src/test/java/org/apache/commons/xml/TemplatesHandlerTest.java +++ b/src/test/java/org/apache/commons/xml/TemplatesHandlerTest.java @@ -36,7 +36,7 @@ /** * {@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. + * vector leaks without the securing. */ @Tag("trax") class TemplatesHandlerTest {
