Author: gk
Date: Tue Apr 16 10:08:18 2024
New Revision: 1917020

URL: http://svn.apache.org/viewvc?rev=1917020&view=rev
Log:
- add link in javadoc for two arg constructor Criterion

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

Modified: 
db/torque/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criterion.java
URL: 
http://svn.apache.org/viewvc/db/torque/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criterion.java?rev=1917020&r1=1917019&r2=1917020&view=diff
==============================================================================
--- 
db/torque/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criterion.java
 (original)
+++ 
db/torque/trunk/torque-runtime/src/main/java/org/apache/torque/criteria/Criterion.java
 Tue Apr 16 10:08:18 2024
@@ -165,7 +165,7 @@ public class Criterion implements Serial
 
     /**
      * Create a new instance without verbatim sql, using a comparison operator
-     * without the need for a right value (like ISNULL, ISNOTNULL, etc.)
+     * without the need for a right value (like {@link SqlEnum#ISNULL}, {@link 
SqlEnum#ISNOTNULL}, etc.)
      *
      * @param lValue the left hand side value of the comparison, not null.
      *        If this value should be a value from the database,



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

Reply via email to