Update of /var/cvs/src/org/mmbase/bridge/util
In directory james.mmbase.org:/tmp/cvs-serv17652/src/org/mmbase/bridge/util

Modified Files:
        SearchUtil.java Queries.java 
Log Message:
Fixes un javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge/util


Index: SearchUtil.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/util/SearchUtil.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- SearchUtil.java     25 Nov 2007 17:57:07 -0000      1.19
+++ SearchUtil.java     25 Mar 2008 21:00:25 -0000      1.20
@@ -23,7 +23,7 @@
  * search query api.
  * 
  * @author Nico Klasens
- * @version $Id: SearchUtil.java,v 1.19 2007/11/25 17:57:07 nklasens Exp $
+ * @version $Id: SearchUtil.java,v 1.20 2008/03/25 21:00:25 nklasens Exp $
  */
 public class SearchUtil {
 
@@ -749,7 +749,6 @@
      *
      * @param query - the query to add the sort order to
      * @param sf - StepField of the sort order
-     * @param sortName - name of field to sort on.
      * @param sortDirection - direction of the sort (UP, DOWN)
      */
     public static void addSortOrder(NodeQuery query, StepField sf, String 
sortDirection) {
@@ -1381,7 +1380,7 @@
      * For a string field type the match is case-insensitive.
      * 
      * @param query - the query to add the constraint to
-     * @param field - the constraint field
+     * @param stepField - the constraint field
      * @param value - value to search for in the field
      * @return constraint which matches a field value
      */


Index: Queries.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/util/Queries.java,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- Queries.java        25 Mar 2008 16:50:13 -0000      1.97
+++ Queries.java        25 Mar 2008 21:00:25 -0000      1.98
@@ -26,7 +26,7 @@
  * methods are put here.
  *
  * @author Michiel Meeuwissen
- * @version $Id: Queries.java,v 1.97 2008/03/25 16:50:13 michiel Exp $
+ * @version $Id: Queries.java,v 1.98 2008/03/25 21:00:25 nklasens Exp $
  * @see  org.mmbase.bridge.Query
  * @since MMBase-1.7
  */
@@ -318,7 +318,7 @@
      * @param fieldType Field Type constant (@link Field)
      * @param operator Compare operator
      * @param value value to convert
-     * @param cloud The cloud may be used to pass locale sensitive properties 
which may be needed for comparisions (locales, timezones)
+     * @param cloud The cloud may be used to pass locale sensitive properties 
which may be needed for comparisons (locales, timezones)
      * @return new Compare value
      * @since MMBase-1.8.2
      */
@@ -408,7 +408,7 @@
      * @param query      The query to create the constraint for
      * @param fieldName  The field to create the constraint on (as a string, 
so it can include the step), e.g. 'news.number'
      * @param operator   The operator to use. This constant can be produces 
from a string using [EMAIL PROTECTED] #getOperator(String)}.
-     * @param value      The value to compare with, which must be of the right 
type. If field is number it might also be an alias.
+     * @param originalValue  The value to compare with, which must be of the 
right type. If field is number it might also be an alias.
      * @param value2     The other value (only relevant if operator is 
BETWEEN, the only terniary operator)
      * @param caseSensitive  Whether it should happen case sensitively (not 
relevant for number fields)
      * @param datePart       The part of a DATETIME value that is to be checked
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to