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 f2cc3ee5826407065738a57098b6d7dca90c954a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 27 21:22:47 2026 -0400

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

diff --git 
a/src/main/java/org/apache/commons/xml/HardeningTemplatesHandler.java 
b/src/main/java/org/apache/commons/xml/HardeningTemplatesHandler.java
index 219fcab..814d967 100644
--- a/src/main/java/org/apache/commons/xml/HardeningTemplatesHandler.java
+++ b/src/main/java/org/apache/commons/xml/HardeningTemplatesHandler.java
@@ -56,7 +56,7 @@ final class HardeningTemplatesHandler implements 
TemplatesHandler {
      *
      * @param delegate the delegate to wrap; must not be {@code null}.
      * @param uriResolver the compile-time URIResolver snapshot to restore 
onto Transformers produced from the compiled Templates; may be {@code null}.
-     * @param emptySource the empty-{@link Source} supplier for the produced 
Templates.
+     * @param emptySource the empty-{@link Source} supplier for the produced 
Templates; may be {@code null} for the default empty DOM document.
      * @throws NullPointerException if {@code delegate} is {@code null}.
      */
     HardeningTemplatesHandler(final TemplatesHandler delegate, final 
URIResolver uriResolver, final Supplier<Source> emptySource) {

Reply via email to