You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/09/14 11:48:25 UTC

svn commit: r1523200 - /commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/Step.java

Author: sebb
Date: Sat Sep 14 09:48:25 2013
New Revision: 1523200

URL: http://svn.apache.org/r1523200
Log:
Javadoc syntax

Modified:
    commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/Step.java

Modified: commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/Step.java
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/Step.java?rev=1523200&r1=1523199&r2=1523200&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/Step.java (original)
+++ commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/Step.java Sat Sep 14 09:48:25 2013
@@ -128,7 +128,7 @@ public class Step {
      * @param axis int code
      * @return String name.
      * @see Compiler
-     * @see http://www.w3.org/TR/xpath#axes
+     * @see "http://www.w3.org/TR/xpath#axes"
      */
     public static String axisToString(int axis) {
         switch (axis) {