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 a80c83ddada40c462da8f2efb6315a87c5792b86 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:51:42 2026 -0400 Javadoc: "hardened" -> "secure/securing" wording to match new class and method names. Rename test methods. --- src/main/java/org/apache/commons/xml/SecureSchemaFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/SecureSchemaFactory.java b/src/main/java/org/apache/commons/xml/SecureSchemaFactory.java index 1e4db4d..1cebcba 100644 --- a/src/main/java/org/apache/commons/xml/SecureSchemaFactory.java +++ b/src/main/java/org/apache/commons/xml/SecureSchemaFactory.java @@ -174,7 +174,7 @@ private static final class Wrapper extends SchemaFactory { * * @param schemas the schema sources to harden; must not be {@code null}. * @return a new array of secure sources. - * @throws SAXException if any source cannot be hardened. + * @throws SAXException if any source cannot be secure. * @throws FactoryConfigurationError Thrown from a factory in case of a {@link java.util.ServiceConfigurationError service * configuration error} or if the implementation is not available or cannot be instantiated. */
