Update of /var/cvs/src/org/mmbase/storage/search
In directory james.mmbase.org:/tmp/cvs-serv13541

Modified Files:
        Step.java 
Log Message:
  MMB-1682. Made getNodes return null as advertised in javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/storage/search
See also: http://www.mmbase.org/jira/browse/MMB-1682


Index: Step.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/storage/search/Step.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- Step.java   6 Dec 2007 08:13:36 -0000       1.5
+++ Step.java   17 Jul 2008 12:55:23 -0000      1.6
@@ -17,7 +17,7 @@
  * This corresponds to a table name and alias in SQL SELECT-syntax.
  *
  * @author Rob van Maris
- * @version $Id: Step.java,v 1.5 2007/12/06 08:13:36 michiel Exp $
+ * @version $Id: Step.java,v 1.6 2008/07/17 12:55:23 michiel Exp $
  * @since MMBase-1.7
  */
 public interface Step {
@@ -37,7 +37,7 @@
 
     /**
      * Gets nodenumbers for nodes that must be included in this step.
-     * A null value indicates that no such constraint is applied.
+     * A <code>null</code> value indicates that no such constraint is applied.
      * <p>
      * This corresponds to a "number IN (....)" constraint in SQL SELECT 
syntax.
      * <p>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to