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

Modified Files:
        ModuleHandler.java 
Log Message:
generics


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.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- ModuleHandler.java  1 Oct 2008 19:57:36 -0000       1.41
+++ ModuleHandler.java  7 Jan 2009 20:59:38 -0000       1.42
@@ -30,7 +30,7 @@
  *
  * @author Pierre van Rooden
  * @author Rob Vermeulen
- * @version $Id: ModuleHandler.java,v 1.41 2008/10/01 19:57:36 michiel Exp $
+ * @version $Id: ModuleHandler.java,v 1.42 2009/01/07 20:59:38 michiel Exp $
  */
 public class ModuleHandler implements Module, InvocationHandler {
     private static final Logger log = 
Logging.getLoggerInstance(ModuleHandler.class);
@@ -269,7 +269,7 @@
                cloudContext.equals(((Module)o).getCloudContext());
     };
 
-    public Collection getFunctions() {
+    public Collection<Function<?>> getFunctions() {
         return  mmbaseModule.getFunctions();
     }
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to