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
The following commit(s) were added to refs/heads/main by this push:
new 09689d4 Fix inline comment
09689d4 is described below
commit 09689d47368d346c69ac5de5722cb25b6d34f2eb
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 26 13:28:14 2026 -0400
Fix inline comment
---
src/main/java/org/apache/commons/xml/XPathHardener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/xml/XPathHardener.java
b/src/main/java/org/apache/commons/xml/XPathHardener.java
index fef394e..18fd093 100644
--- a/src/main/java/org/apache/commons/xml/XPathHardener.java
+++ b/src/main/java/org/apache/commons/xml/XPathHardener.java
@@ -90,7 +90,7 @@ private static void setOptionalFeature(final XPathFactory
factory, final String
try {
factory.setFeature(feature, value);
} catch (final XPathFactoryConfigurationException e) {
- // Ignored: the implementation does not recognize this feature.
+ // Ignored: the implementation does not recognize this option.
}
}