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 6ca3521491a662e896bb01df114aedf8e2793a20 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:51:01 2026 -0400 Javadoc: "hardened" -> "secure/securing" wording to match new class and method names. Rename test methods. --- src/main/java/org/apache/commons/xml/SecureException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/SecureException.java b/src/main/java/org/apache/commons/xml/SecureException.java index 629841b..602e428 100644 --- a/src/main/java/org/apache/commons/xml/SecureException.java +++ b/src/main/java/org/apache/commons/xml/SecureException.java @@ -18,7 +18,7 @@ package org.apache.commons.xml; /** - * Thrown when a factory cannot be hardened. + * Thrown when a factory cannot be made secure. * * <p>Two failure modes share this type:</p> * <ul>
