This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new 4b5b6d6 Fix Javadoc generation on Java 23 4b5b6d6 is described below commit 4b5b6d654b76cf4aa7b797fbbe06b8168ee759eb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 6 09:14:50 2024 -0400 Fix Javadoc generation on Java 23 --- pom.xml | 2 +- .../java/org/apache/commons/jxpath/ri/parser/XPathParser.java | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 31c4bac..e42eebd 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ <configuration> <linksource>true</linksource> <links> - <link>${commons.javadoc.javaee5.link}</link> + <link>${commons.javadoc.javaee.link}</link> <link>https://commons.apache.org/proper/commons-beanutils/apidocs</link> <link>https://commons.apache.org/proper/commons-lang/apidocs</link> <!-- http://www.jdom.org/docs/apidocs/ is not a secure link --> diff --git a/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java b/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java index 7460854..db96fb7 100644 --- a/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java +++ b/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java @@ -417,7 +417,7 @@ import org.apache.commons.jxpath.ri.Compiler; //} // // -///* [XSLT2] LocationPathPattern ::= +// /* [XSLT2] LocationPathPattern ::= // '/' RelativePathPattern? | IdKeyPattern (('/' | '//' RelativePathPattern)? | '//'? RelativePathPattern //*/ // @@ -434,7 +434,7 @@ import org.apache.commons.jxpath.ri.Compiler; // // // -///* [XSLT3] IdKeyPattern ::= 'id' '(' Literal ')' | 'key' '(' Literal ',' Literal ')' */ +// /* [XSLT3] IdKeyPattern ::= 'id' '(' Literal ')' | 'key' '(' Literal ',' Literal ')' */ // //void IdKeyPattern() : //{} @@ -444,7 +444,7 @@ import org.apache.commons.jxpath.ri.Compiler; //} // // -///* [XSLT4] RelativePathPattern ::= StepPattern | RelativePathPattern '/' StepPattern +// /* [XSLT4] RelativePathPattern ::= StepPattern | RelativePathPattern '/' StepPattern // | RelativePathPattern '//' StepPattern //*/ //void RelativePathPattern() : @@ -454,7 +454,7 @@ import org.apache.commons.jxpath.ri.Compiler; //} // // -///* [XSLT5] StepPattern ::= AbbreviatedAxisSpecifier NodeTest Predicate* */ +// /* [XSLT5] StepPattern ::= AbbreviatedAxisSpecifier NodeTest Predicate* */ //void StepPattern() : //{} //{