Skip to content

Commit 23774da

Browse files
committed
Tweak inline comment.
1 parent 24a7760 commit 23774da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/xml/XPathHardener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private static void setOptionalFeature(final XPathFactory factory, final String
9797
try {
9898
factory.setFeature(feature, value);
9999
} catch (final XPathFactoryConfigurationException e) {
100-
// Ignored: the implementation does not recognize this option.
100+
// Ignored: the implementation does not recognize this optional feature.
101101
}
102102
}
103103

0 commit comments

Comments
 (0)