You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2015/09/05 02:20:47 UTC

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

Author: tfischer
Date: Sat Sep  5 00:20:47 2015
New Revision: 1701339

URL: http://svn.apache.org/r1701339
Log:
fix typo in 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=1701339&r1=1701338&r2=1701339&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 Sat Sep  5 00:20:47 2015
@@ -1249,7 +1249,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.g. string object), it is interpreted as
      *        literal value.
      * @param rValue The right hand side of the comparison, may be null.
@@ -1257,7 +1257,7 @@ public class Criteria implements Seriali
      *        comparison operator of the condition to add.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.g. string object), it is interpreted as
      *        literal value.
      *
@@ -1285,13 +1285,13 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValue The right hand side of the comparison, may be null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
@@ -1331,7 +1331,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param year The year to compare to.
@@ -1365,7 +1365,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param year The year to compare to.
@@ -1401,7 +1401,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1427,7 +1427,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1453,7 +1453,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1479,7 +1479,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1612,7 +1612,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.g. string object), it is interpreted as
      *        literal value.
      * @param rValue The right hand side of the comparison, may be null.
@@ -1620,7 +1620,7 @@ public class Criteria implements Seriali
      *        comparison operator of the condition to add.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.g. string object), it is interpreted as
      *        literal value.
      *
@@ -1648,13 +1648,13 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValue The right hand side of the comparison, may be null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
@@ -1694,7 +1694,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param year The year to compare to.
@@ -1728,7 +1728,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param year The year to compare to.
@@ -1764,7 +1764,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1790,7 +1790,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1816,7 +1816,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1842,7 +1842,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -1960,7 +1960,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.g. string object), it is interpreted as
      *        literal value.
      * @param rValue The right hand side of the comparison, may be null.
@@ -1968,7 +1968,7 @@ public class Criteria implements Seriali
      *        comparison operator of the condition to add.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.g. string object), it is interpreted as
      *        literal value.
      *
@@ -1990,13 +1990,13 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValue The right hand side of the comparison, may be null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param comparison the comparison, or <code>Criteria.CUSTOM</code>
@@ -2024,7 +2024,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param year The year to compare to.
@@ -2054,7 +2054,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param year The year to compare to.
@@ -2086,7 +2086,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -2110,7 +2110,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -2134,7 +2134,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.
@@ -2158,7 +2158,7 @@ public class Criteria implements Seriali
      * @param lValue The left hand side of the comparison, not null.
      *        If this object implements the Column interface, it is interpreted
      *        as a (pseudo)column.
-     *        If this object is c Criteria, it is interpreted as a subselect.
+     *        If this object is a Criteria, it is interpreted as a subselect.
      *        In all other cases, (e.G. string object), it is interpreted as
      *        literal value.
      * @param rValues The values to compare against.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org