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 07d210edf1945e3afd1fe33c29899099fe5288d2 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:50:24 2026 -0400 Javadoc: "hardened" -> "secure/securing" wording to match new class and method names. Rename test methods. --- src/test/java/org/apache/commons/xml/SchemaLocationPropertyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/SchemaLocationPropertyTest.java b/src/test/java/org/apache/commons/xml/SchemaLocationPropertyTest.java index 2d8400d..afc3218 100644 --- a/src/test/java/org/apache/commons/xml/SchemaLocationPropertyTest.java +++ b/src/test/java/org/apache/commons/xml/SchemaLocationPropertyTest.java @@ -38,7 +38,7 @@ import org.xml.sax.XMLReader; /** - * Checks that a hardened, schema-validating parser does not fetch a schema named only through a Xerces schema-location + * Checks that a secure, schema-validating parser does not fetch a schema named only through a Xerces schema-location * property: {@code external-noNamespaceSchemaLocation} (no-namespace schema) and {@code external-schemaLocation} * (namespaced schema). *
