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 88635d9 Javadoc
88635d9 is described below
commit 88635d9ff05395f148fc26748ad269bc28eb4ebc
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 14 15:41:29 2026 -0700
Javadoc
---
.../java/org/apache/commons/xml/secure/FallbackIgnoreURIResolver.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreURIResolver.java
b/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreURIResolver.java
index 1b16c5c..8bf07c8 100644
--- a/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreURIResolver.java
+++ b/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreURIResolver.java
@@ -101,9 +101,9 @@ private static Document newEmptyDocument(final
DocumentBuilderFactory factory) {
}
/**
- * 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}.
*/
URIResolver getDelegate() {
return delegate;