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 0f2f2f2 Javadoc
0f2f2f2 is described below
commit 0f2f2f22f668bd4dfb37cd12ae1c7f543f93f37a
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 14 10:06:37 2026 -0700
Javadoc
---
.../apache/commons/xml/secure/FallbackIgnoreLSResourceResolver.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreLSResourceResolver.java
b/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreLSResourceResolver.java
index 06ae99e..f63a09e 100644
---
a/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreLSResourceResolver.java
+++
b/src/main/java/org/apache/commons/xml/secure/FallbackIgnoreLSResourceResolver.java
@@ -59,9 +59,9 @@ final class FallbackIgnoreLSResourceResolver implements
LSResourceResolver {
}
/**
- * 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}.
*/
LSResourceResolver getDelegate() {
return delegate;