Skip to content

Commit daa67c1

Browse files
committed
Fix Javadoc 8 quirk
1 parent d29b460 commit daa67c1

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

src/main/java/org/apache/commons/jxpath/functions/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementations of Java class-based extension functions.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.functions;

src/main/java/org/apache/commons/jxpath/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
* Public, abstract part of JXPath: interfaces and configuration. If you are a user of JXPath and don't plan to modify its implementation, this is the only
2020
* package you'll need to use. Start with the {@link org.apache.commons.jxpath.JXPathContext} class.
2121
*
22-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
22+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2323
*/
2424
package org.apache.commons.jxpath;

src/main/java/org/apache/commons/jxpath/ri/compiler/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* XPath parse tree. TreeCompiler is the class responsible for the construction of a parse tree out of individual elements.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.compiler;

src/main/java/org/apache/commons/jxpath/ri/model/beans/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.model.beans;

src/main/java/org/apache/commons/jxpath/ri/model/container/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementation of "model" APIs for Containers.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.model.container;

src/main/java/org/apache/commons/jxpath/ri/model/dom/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementation of "model" APIs for W3C DOM.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.model.dom;

src/main/java/org/apache/commons/jxpath/ri/model/dynabeans/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementation of "model" APIs for Commons BeanUtils DynaBeans.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.model.dynabeans;

src/main/java/org/apache/commons/jxpath/ri/model/dynamic/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementation of "model" APIs for dynamic property objects e.g. Maps or anything else for which a client can provide a DynamicPropertyHandler class.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.model.dynamic;

src/main/java/org/apache/commons/jxpath/ri/model/jdom/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementation of "model" APIs for JDOM (see jdom.org).
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.model.jdom;

src/main/java/org/apache/commons/jxpath/ri/model/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Implementation of "model" APIs for Containers.
2020
*
21-
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User's Guide</a>.
21+
* @see <a href="https://commons.apache.org/proper/commons-jxpath/apidocs/index.html">User Guide</a>
2222
*/
2323
package org.apache.commons.jxpath.ri.model;

0 commit comments

Comments
 (0)