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

Modified Files:
        Node.java 
Log Message:
generics


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


Index: Node.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Node.java,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- Node.java   16 Feb 2008 22:13:53 -0000      1.76
+++ Node.java   16 Sep 2008 16:43:32 -0000      1.77
@@ -21,7 +21,7 @@
  *
  * @author Rob Vermeulen
  * @author Pierre van Rooden
- * @version $Id: Node.java,v 1.76 2008/02/16 22:13:53 nklasens Exp $
+ * @version $Id: Node.java,v 1.77 2008/09/16 16:43:32 michiel Exp $
  */
 public interface Node extends Comparable<Node> {
 
@@ -904,6 +904,6 @@
      * @return the result value of executing the function
      * @throws NotFoundException if the function does not exist
      */
-    public FieldValue getFunctionValue(String functionName, List parameters);
+    public FieldValue getFunctionValue(String functionName, List<?> 
parameters);
 
 }
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to