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 58896653146f42521e2164f3d2826fe514592f51 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 13:59:47 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- 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 12a0025..6b817c9 100644 --- a/src/test/java/org/apache/commons/xml/SchemaLocationPropertyTest.java +++ b/src/test/java/org/apache/commons/xml/SchemaLocationPropertyTest.java @@ -44,7 +44,7 @@ * * <p>The fixtures declare the instance's root element, so a parser that fetches the schema validates the instance * cleanly and one that does not cannot. The permissive controls prove the external schema is reachable in principle, so - * the hardened side throwing means the fetch was refused, not merely misconfigured. The stock JDK refuses it through + * the secure side throwing means the fetch was refused, not merely misconfigured. The stock JDK refuses it through * {@code accessExternalSchema=""}; external Apache Xerces, which ignores that property, refuses it through the ignore-all * entity-resolver floor.</p> *
