You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/11/19 22:39:06 UTC

svn commit: r1411437 - /camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java

Author: bvahdat
Date: Mon Nov 19 21:39:06 2012
New Revision: 1411437

URL: http://svn.apache.org/viewvc?rev=1411437&view=rev
Log:
Polished the Javadoc.

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java?rev=1411437&r1=1411436&r2=1411437&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java Mon Nov 19 21:39:06 2012
@@ -241,7 +241,7 @@ public class XPathBuilder implements Exp
     // -------------------------------------------------------------------------
 
     /**
-     * Sets the expression result type to boolean
+     * Sets the expression result type to {@link XPathConstants#BOOLEAN}
      *
      * @return the current builder
      */
@@ -251,7 +251,7 @@ public class XPathBuilder implements Exp
     }
 
     /**
-     * Sets the expression result type to boolean
+     * Sets the expression result type to {@link XPathConstants#NODE}
      *
      * @return the current builder
      */
@@ -261,7 +261,7 @@ public class XPathBuilder implements Exp
     }
 
     /**
-     * Sets the expression result type to boolean
+     * Sets the expression result type to {@link XPathConstants#NODESET}
      *
      * @return the current builder
      */
@@ -271,7 +271,7 @@ public class XPathBuilder implements Exp
     }
 
     /**
-     * Sets the expression result type to boolean
+     * Sets the expression result type to {@link XPathConstants#NUMBER}
      *
      * @return the current builder
      */
@@ -281,7 +281,7 @@ public class XPathBuilder implements Exp
     }
 
     /**
-     * Sets the expression result type to boolean
+     * Sets the expression result type to {@link XPathConstants#STRING}
      *
      * @return the current builder
      */
@@ -291,7 +291,7 @@ public class XPathBuilder implements Exp
     }
 
     /**
-     * Sets the expression result type to boolean
+     * Sets the expression result type to the given {@code resultType} 
      *
      * @return the current builder
      */