Author: kono Date: 2010-07-09 19:55:20 -0700 (Fri, 09 Jul 2010) New Revision: 20884
Modified: cytoscape/trunk/src/cytoscape/data/readers/AbstractGraphReader.java Log: Imports are organized. Modified: cytoscape/trunk/src/cytoscape/data/readers/AbstractGraphReader.java =================================================================== --- cytoscape/trunk/src/cytoscape/data/readers/AbstractGraphReader.java 2010-07-10 01:13:43 UTC (rev 20883) +++ cytoscape/trunk/src/cytoscape/data/readers/AbstractGraphReader.java 2010-07-10 02:55:20 UTC (rev 20884) @@ -36,8 +36,6 @@ */ package cytoscape.data.readers; -import giny.view.GraphView; - import java.io.File; import java.io.IOException; import java.util.Set; @@ -48,7 +46,6 @@ import cytoscape.layout.CyLayouts; import cytoscape.task.TaskMonitor; import cytoscape.util.CyNetworkNaming; -import cytoscape.view.CyNetworkView; /** -- 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.
