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 067815419351c2ca2eed14297260065abf09e2f3
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 13:52:41 2026 -0400

    Javadoc: "hardened" -> "secured" wording to match new class and method
    names.
---
 .../java/org/apache/commons/xml/FallbackIgnoreLSResourceResolver.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/xml/FallbackIgnoreLSResourceResolver.java 
b/src/main/java/org/apache/commons/xml/FallbackIgnoreLSResourceResolver.java
index 8698e9f..11aecee 100644
--- a/src/main/java/org/apache/commons/xml/FallbackIgnoreLSResourceResolver.java
+++ b/src/main/java/org/apache/commons/xml/FallbackIgnoreLSResourceResolver.java
@@ -28,7 +28,7 @@
 /**
  * {@link LSResourceResolver} floor: consults an optional caller-supplied 
resolver and ignores (resolves to empty) whatever the caller does not resolve.
  * <p>
- * The schema-compile counterpart of {@link FallbackIgnoreEntityResolver2}. 
The hardened {@link javax.xml.validation.SchemaFactory},
+ * The schema-compile counterpart of {@link FallbackIgnoreEntityResolver2}. 
The secure {@link javax.xml.validation.SchemaFactory},
  * {@link javax.xml.validation.Validator} and {@link 
javax.xml.validation.ValidatorHandler} wrappers install one of these and route 
a caller-set resolver
  * through {@link #setDelegate} rather than letting it replace the floor. A 
caller opts a specific resource in by returning a non-{@code null} {@link 
LSInput};
  * anything left unresolved resolves to an empty {@link LSInput}, so the 
external resource is neither fetched nor leaked.

Reply via email to