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

Modified Files:
        Queries.java 
Log Message:
javadoc


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


Index: Queries.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/util/Queries.java,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- Queries.java        18 Aug 2008 17:34:32 -0000      1.108
+++ Queries.java        4 Sep 2008 20:57:55 -0000       1.109
@@ -26,7 +26,7 @@
  * methods are put here.
  *
  * @author Michiel Meeuwissen
- * @version $Id: Queries.java,v 1.108 2008/08/18 17:34:32 michiel Exp $
+ * @version $Id: Queries.java,v 1.109 2008/09/04 20:57:55 michiel Exp $
  * @see  org.mmbase.bridge.Query
  * @since MMBase-1.7
  */
@@ -1282,7 +1282,7 @@
 
      * @throws UnsupportedOperationException If it cannot be determined how 
the node should be related.
      * @since MMBase-1.8.6
-     * @returns Newly created node(s)
+     * @return Newly created node(s)
      * @throws NullPointerException if q or n is <code>null</code>
      */
     public static NodeList addToResult(Query q, Node n) {
@@ -1437,7 +1437,7 @@
 
 
     /**
-     * As [EMAIL PROTECTED] #createAgeConstraint(Query, Step, int int)}, but 
NodeQuery's have an exceptional
+     * As [EMAIL PROTECTED] #createAgeConstraint(Query, Step, int int, int)}, 
but NodeQuery's have an exceptional
      * step, which can be taken as the default.
      * @since MMBase-1.9
      */
@@ -1448,7 +1448,7 @@
      * Create a constraint for the query which limits to results to nodes of a 
certain age, based on
      * its number and the 'daymarkers' table.
      * @param minAge Minimal age in days (or -1 if it does not matter)
-     * @param minAge Maximila age in days (or -1 if it does not matter)
+     * @param maxAge Maximal age in days (or -1 if it does not matter)
      * @return a new Constraint or <code>null</code>
      * @since MMBase-1.9
      */
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to