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 8a9e7d8b0fbe4ba9649fc0e1da2f40af0c088ca9 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:37:50 2026 -0400 Javadoc: "hardening" -> "secure/securing" wording to match new class and method names. Rename test methods. --- src/test/java/org/apache/commons/xml/XIncludeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/XIncludeTest.java b/src/test/java/org/apache/commons/xml/XIncludeTest.java index 3487120..8361853 100644 --- a/src/test/java/org/apache/commons/xml/XIncludeTest.java +++ b/src/test/java/org/apache/commons/xml/XIncludeTest.java @@ -323,7 +323,7 @@ void hardenedSaxWithAllowListResolvesParseXml() throws Exception { //endregion - //region hardenReader: reader with XInclude enabled before hardening is blocked (the internal recipe behind the secure factory and SaxonProvider) + //region hardenReader: reader with XInclude enabled before securing is blocked (the internal recipe behind the secure factory and SaxonProvider) @Test @Tag("sax")
