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 c09b3af7a3d6b270ba9b5b802f1e4eaa738fa0c7
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 27 21:18:07 2026 -0400

    Javadoc
---
 src/main/java/org/apache/commons/xml/FallbackIgnoreURIResolver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/xml/FallbackIgnoreURIResolver.java 
b/src/main/java/org/apache/commons/xml/FallbackIgnoreURIResolver.java
index a6fc7d5..30f9eec 100644
--- a/src/main/java/org/apache/commons/xml/FallbackIgnoreURIResolver.java
+++ b/src/main/java/org/apache/commons/xml/FallbackIgnoreURIResolver.java
@@ -88,7 +88,7 @@ private static Document newEmptyDocument() {
     /**
      * Constructs a new resolver.
      *
-     * @param delegate    the resolver to delegate resolution to.
+     * @param delegate    the resolver to delegate resolution to; may be 
{@code null}.
      * @param emptySource the empty-{@link Source} supplier for the ignore 
outcome, or {@code null} for the default empty DOM document.
      */
     FallbackIgnoreURIResolver(final URIResolver delegate, final 
Supplier<Source> emptySource) {

Reply via email to