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 774a5c8663b88b6b94a8207cb25bec87cc4b999e
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 14:52:16 2026 -0400

    Javadoc: "hardened" -> "secure/securing" wording to match new class and
    method names.
    
    Rename test methods.
---
 src/main/java/org/apache/commons/xml/SecureXPathExpression.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/xml/SecureXPathExpression.java 
b/src/main/java/org/apache/commons/xml/SecureXPathExpression.java
index 22f26d4..9682929 100644
--- a/src/main/java/org/apache/commons/xml/SecureXPathExpression.java
+++ b/src/main/java/org/apache/commons/xml/SecureXPathExpression.java
@@ -30,7 +30,7 @@
  * {@link XPathExpression} wrapper that applies the same {@link InputSource} 
rewrite as {@link SecureXPath} to the compiled evaluation entry points.
  * <p>
  * {@link SecureXPath#compile(String)} returns one of these, so {@link 
#evaluate(InputSource)} and {@link #evaluate(InputSource, QName)} build the 
document
- * through a hardened, namespace-aware parser instead of the engine's own; the 
{@code evaluateExpression} default methods added by Java 9 route through these
+ * through a secure, namespace-aware parser instead of the engine's own; the 
{@code evaluateExpression} default methods added by Java 9 route through these
  * overloads as well.
  * </p>
  */

Reply via email to