Author: kono
Date: 2009-11-25 17:54:51 -0800 (Wed, 25 Nov 2009)
New Revision: 18588

Modified:
   corelibs/trunk/giny/src/giny/model/GraphPerspective.java
Log:
Missing generics parameters had been added.

Modified: corelibs/trunk/giny/src/giny/model/GraphPerspective.java
===================================================================
--- corelibs/trunk/giny/src/giny/model/GraphPerspective.java    2009-11-26 
01:54:11 UTC (rev 18587)
+++ corelibs/trunk/giny/src/giny/model/GraphPerspective.java    2009-11-26 
01:54:51 UTC (rev 18588)
@@ -1164,7 +1164,7 @@
   /**
    * This will return a List of giny.model.Edge objects that are the Edges 
between Nodes.
    */
-  public List<Edge> getConnectingEdges ( List nodes );
+  public List<Edge> getConnectingEdges ( List<Node> nodes );
 
   /**
    * This will return an array of Edge indices that are the Edges between 
Nodes.

--

You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.


Reply via email to