Update of /var/cvs/src/org/mmbase/bridge/implementation
In directory
james.mmbase.org:/tmp/cvs-serv17652/src/org/mmbase/bridge/implementation
Modified Files:
ModuleHandler.java
Log Message:
Fixes un javadoc
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge/implementation
Index: ModuleHandler.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/implementation/ModuleHandler.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- ModuleHandler.java 2 Aug 2007 10:06:12 -0000 1.37
+++ ModuleHandler.java 25 Mar 2008 21:00:25 -0000 1.38
@@ -30,7 +30,7 @@
*
* @author Pierre van Rooden
* @author Rob Vermeulen
- * @version $Id: ModuleHandler.java,v 1.37 2007/08/02 10:06:12 michiel Exp $
+ * @version $Id: ModuleHandler.java,v 1.38 2008/03/25 21:00:25 nklasens Exp $
*/
public class ModuleHandler implements Module, InvocationHandler {
private static final Logger log =
Logging.getLoggerInstance(ModuleHandler.class);
@@ -229,7 +229,11 @@
* A module is 'larger' than another module if its name is larger
(alphabetically, case sensitive)
* than that of the other module. If names are the same, the modules are
compared on cloud context.
*
- * @param o the object to compare it with
+ * @see Comparable#compareTo(Object)
+ *
+ * @param m the Module to compare it with
+ * @return a negative integer, zero, or a positive integer as this object
+ * is less than, equal to, or greater than the specified object.
*/
public int compareTo(Module m) {
int res=getName().compareTo(m.getName());
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs