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 2006/02/19 13:45:45 UTC

svn commit: r378888 - /db/torque/runtime/trunk/src/java/org/apache/torque/util/Criteria.java

Author: tfischer
Date: Sun Feb 19 04:45:42 2006
New Revision: 378888

URL: http://svn.apache.org/viewcvs?rev=378888&view=rev
Log:
Fixed javadoc.
Thanks to Carsten Wenderdel for sending in the patch.

Modified:
    db/torque/runtime/trunk/src/java/org/apache/torque/util/Criteria.java

Modified: db/torque/runtime/trunk/src/java/org/apache/torque/util/Criteria.java
URL: http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/util/Criteria.java?rev=378888&r1=378887&r2=378888&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/util/Criteria.java (original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/util/Criteria.java Sun Feb 19 04:45:42 2006
@@ -975,7 +975,7 @@
      * <code>
      * Criteria crit = new Criteria().add(&quot;column&quot;,
      *                                      &quot;value&quot;
-     *                                      &quot;Criterion.GREATER_THAN&quot;);
+     *                                      Criteria.GREATER_THAN);
      * </code>
      *
      * Any comparison can be used.
@@ -1032,7 +1032,7 @@
      * Criteria crit = new Criteria().add(&quot;table&quot;,
      *                                      &quot;column&quot;,
      *                                      &quot;value&quot;,
-     *                                      &quot;Criterion.GREATER_THAN&quot;);
+     *                                      Criteria.GREATER_THAN);
      * </code>
      *
      * Any comparison can be used.
@@ -1991,7 +1991,7 @@
      * <code>
      * Criteria crit = new Criteria().and(&quot;column&quot;,
      *                                      &quot;value&quot;
-     *                                      &quot;Criterion.GREATER_THAN&quot;);
+     *                                      Criteria.GREATER_THAN);
      * </code>
      *
      * Any comparison can be used.



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