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 3878c543fb46657066fcb2dc154f77e869a4be38 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 13:53:47 2026 -0400 Javadoc: "hardened" -> "secured" wording to match new class and method names. --- src/test/java/org/apache/commons/xml/SaxonXPathExternalCallsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/SaxonXPathExternalCallsTest.java b/src/test/java/org/apache/commons/xml/SaxonXPathExternalCallsTest.java index d2d7f27..63c540f 100644 --- a/src/test/java/org/apache/commons/xml/SaxonXPathExternalCallsTest.java +++ b/src/test/java/org/apache/commons/xml/SaxonXPathExternalCallsTest.java @@ -39,7 +39,7 @@ * <p>Each fixture under {@code src/test/resources/leaked/} contains the {@link #MARKER} string. The tests dispatch the URI-fetching function at the file's URL * and check whether the marker reaches the result.</p> * - * <p>Cases covered, each as a pair (unconfigured Saxon factory expected to leak, hardened Saxon factory expected to block):</p> + * <p>Cases covered, each as a pair (unconfigured Saxon factory expected to leak, secure Saxon factory expected to block):</p> * * <ul> * <li>{@code doc(uri)} reading {@code referenced.xml}.</li>
