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-secure-xml.git
commit 814bf1ecc6d128ec10c82ca03a316e1615b66487 Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 16:11:07 2026 -0700 Javadoc --- src/main/java/org/apache/commons/xml/secure/SecureXPath.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureXPath.java b/src/main/java/org/apache/commons/xml/secure/SecureXPath.java index d1ea6f7..8d85783 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureXPath.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureXPath.java @@ -75,7 +75,8 @@ static Document parse(final InputSource source, final boolean overrideDefaultPar private final XPath delegate; /** - * Snapshot of the factory's {@code jdk.xml.overrideDefaultParser} outcome at creation, like the JDK copies the feature onto the XPath objects it creates. + * Snapshot of the factory's {@code jdk.xml.overrideDefaultParser} outcome at creation, just as the JDK copies the feature onto the XPath objects it + * creates. */ final boolean overrideDefaultParser;
