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 23774da Tweak inline comment.
23774da is described below
commit 23774dadba341c7fca2fd36d2ba9b341cfa29405
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 26 13:32:41 2026 -0400
Tweak 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 2ed8f37..e387541 100644
--- a/src/main/java/org/apache/commons/xml/XPathHardener.java
+++ b/src/main/java/org/apache/commons/xml/XPathHardener.java
@@ -97,7 +97,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 option.
+ // Ignored: the implementation does not recognize this optional
feature.
}
}