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-secure-xml.git
The following commit(s) were added to refs/heads/main by this push:
new a76f061 Javadoc
a76f061 is described below
commit a76f06193f1a08cd3418674746c541dddeabd44e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 14 15:42:18 2026 -0700
Javadoc
---
.../java/org/apache/commons/xml/secure/FallbackIgnoreXMLResolver.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreXMLResolver.java
b/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreXMLResolver.java
index 0c92274..5717ac1 100644
--- a/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreXMLResolver.java
+++ b/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreXMLResolver.java
@@ -52,9 +52,9 @@ final class FallbackIgnoreXMLResolver implements XMLResolver {
}
/**
- * Gets the delegate provided by the constructor or set by {@link
#setDelegate}, may be {@code null}.
+ * Gets the delegate provided by the constructor or set by {@link
#setDelegate}, or {@code null}.
*
- * @return The delegate provided by the constructor or set by {@link
#setDelegate}, may be {@code null}.
+ * @return The delegate provided by the constructor or set by {@link
#setDelegate}, or {@code null}.
*/
XMLResolver getDelegate() {
return delegate;