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

commit 76060338c99449b65784769f9da2e291b9e21e19
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 14 16:30:59 2026 -0700

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

diff --git 
a/src/test/java/org/apache/commons/xml/secure/EntityResolverFloorTest.java 
b/src/test/java/org/apache/commons/xml/secure/EntityResolverFloorTest.java
index b09c277..8a8bf48 100644
--- a/src/test/java/org/apache/commons/xml/secure/EntityResolverFloorTest.java
+++ b/src/test/java/org/apache/commons/xml/secure/EntityResolverFloorTest.java
@@ -152,7 +152,7 @@ private static DocumentBuilder secureBuilder() throws 
Exception {
 
     /**
      * A secure {@link TransformerFactory} with a re-throwing error listener. 
XSLTC and Xalan enforce the block through the
-     * {@link FallbackIgnoreURIResolver} floor; Saxon enforces it through the 
ignore-all resolver floor on its {@code Configuration}. Either way a caller-set
+     * {@link FallbackIgnoreURIResolver} floor; Saxon enforces it through the 
ignore-all resolver floor on its {@code Configuration}. Either way, a caller-set
      * resolver that returns {@code null} cannot re-open the fetch. The strict 
listener turns any reported-and-recovered error into a test failure, so an
      * implementation cannot quietly recover from a floor resolution while the 
test asserts clean completion.
      */

Reply via email to