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

Modified Files:
        Utils.java 
Log Message:
Fixes un javadoc


See also: 
http://cvs.mmbase.org/viewcvs/applications/editwizard/src/org/mmbase/applications/editwizard


Index: Utils.java
===================================================================
RCS file: 
/var/cvs/applications/editwizard/src/org/mmbase/applications/editwizard/Utils.java,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- Utils.java  12 Dec 2007 14:00:07 -0000      1.50
+++ Utils.java  25 Mar 2008 21:00:25 -0000      1.51
@@ -40,7 +40,7 @@
  * @author  Pierre van Rooden
  * @author  Michiel Meeuwissen
  * @since   MMBase-1.6
- * @version $Id: Utils.java,v 1.50 2007/12/12 14:00:07 pierre Exp $
+ * @version $Id: Utils.java,v 1.51 2008/03/25 21:00:25 nklasens Exp $
  */
 
 public class Utils {
@@ -646,8 +646,8 @@
     }
 
     /**
-     * This method selects a single node using the given contextnode and xpath.
-     * @param contextnode
+     * This method selects a single node using the given contextNode and xpath.
+     * @param contextNode
      * @param xpath
      * @return    The found node.
      */
@@ -662,8 +662,8 @@
     }
 
     /**
-     * This method selects a multiple nodes using the given contextnode and 
xpath.
-     * @param contextnode
+     * This method selects a multiple nodes using the given contextNode and 
xpath.
+     * @param contextNode
      * @param xpath
      * @return    The found nodes in a NodeList.
      */
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to