Author: tfischer
Date: Tue Dec 27 02:21:21 2011
New Revision: 1224857

URL: http://svn.apache.org/viewvc?rev=1224857&view=rev
Log:
correct javadoc

Modified:
    
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criteria.java

Modified: 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criteria.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criteria.java?rev=1224857&r1=1224856&r2=1224857&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criteria.java
 (original)
+++ 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criteria.java
 Tue Dec 27 02:21:21 2011
@@ -1475,8 +1475,7 @@ public class Criteria implements Seriali
      * @param column The column to run the comparison on
      * @param value The value to compare against.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
-     *        to specify the comparison and right hand side of the expression
-     *        manually in the value parameter.
+     *        to specify the expression manually in the value parameter.
      *
      * @return A modified Criteria object.
      */
@@ -1509,8 +1508,7 @@ public class Criteria implements Seriali
      * @param column The name of the column to run the comparison on
      * @param value The value to compare against.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
-     *        to specify the comparison and right hand side of the expression
-     *        manually in the value parameter.
+     *        to specify the expression manually in the value parameter.
      *
      * @return A modified Criteria object.
      */
@@ -1842,8 +1840,7 @@ public class Criteria implements Seriali
      * @param column The column to run the comparison on
      * @param value The value to compare against.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
-     *        to specify the comparison and right hand side of the expression
-     *        manually in the value parameter.
+     *        to specify the expression manually in the value parameter.
      *
      * @return A modified Criteria object.
      */
@@ -1876,8 +1873,7 @@ public class Criteria implements Seriali
      * @param column The name of the column to run the comparison on
      * @param value The value to compare against.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
-     *        to specify the comparison and right hand side of the expression
-     *        manually in the value parameter.
+     *        to specify the expression manually in the value parameter.
      *
      * @return A modified Criteria object.
      */
@@ -2178,8 +2174,7 @@ public class Criteria implements Seriali
      * @param column The column to run the comparison on
      * @param value The value to compare against.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
-     *        to specify the comparison and right hand side of the expression
-     *        manually in the value parameter.
+     *        to specify the expression manually in the value parameter.
      *
      * @return A modified Criteria object.
      */
@@ -2196,8 +2191,7 @@ public class Criteria implements Seriali
      * @param column The name of the column to run the comparison on
      * @param value The value to compare against.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
-     *        to specify the comparison and right hand side of the expression
-     *        manually in the value parameter.
+     *        to specify the expression manually in the value parameter.
      *
      * @return A modified Criteria object.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to