Author: ruschein
Date: 2010-11-29 08:29:08 -0800 (Mon, 29 Nov 2010)
New Revision: 23028

Modified:
   core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopoGraphNode.java
   core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopologicalSort.java
   
core3/misc-util/trunk/src/test/java/org/cytoscape/util/TopologicalSortTest.java
Log:
Fixed package names.

Modified: 
core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopoGraphNode.java
===================================================================
--- core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopoGraphNode.java   
2010-11-29 16:28:56 UTC (rev 23027)
+++ core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopoGraphNode.java   
2010-11-29 16:29:08 UTC (rev 23028)
@@ -27,7 +27,7 @@
   along with this library; if not, write to the Free Software Foundation,
   Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 */
-package cytoscape.util;
+package org.cytoscape.util;
 
 
 import java.util.Collection;

Modified: 
core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopologicalSort.java
===================================================================
--- core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopologicalSort.java 
2010-11-29 16:28:56 UTC (rev 23027)
+++ core3/misc-util/trunk/src/main/java/org/cytoscape/util/TopologicalSort.java 
2010-11-29 16:29:08 UTC (rev 23028)
@@ -27,7 +27,7 @@
   along with this library; if not, write to the Free Software Foundation,
   Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 */
-package cytoscape.util;
+package org.cytoscape.util;
 
 
 import java.util.ArrayList;

Modified: 
core3/misc-util/trunk/src/test/java/org/cytoscape/util/TopologicalSortTest.java
===================================================================
--- 
core3/misc-util/trunk/src/test/java/org/cytoscape/util/TopologicalSortTest.java 
    2010-11-29 16:28:56 UTC (rev 23027)
+++ 
core3/misc-util/trunk/src/test/java/org/cytoscape/util/TopologicalSortTest.java 
    2010-11-29 16:29:08 UTC (rev 23028)
@@ -27,7 +27,7 @@
   along with this library; if not, write to the Free Software Foundation,
   Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 */
-package cytoscape.util;
+package org.cytoscape.util;
 
 
 import java.util.ArrayList;

-- 
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