Author: ruschein
Date: 2010-09-10 15:28:52 -0700 (Fri, 10 Sep 2010)
New Revision: 21803

Modified:
   core3/work-api/trunk/src/main/java/org/cytoscape/work/TaskIterator.java
Log:
Removed addTaskAtEnd().

Modified: 
core3/work-api/trunk/src/main/java/org/cytoscape/work/TaskIterator.java
===================================================================
--- core3/work-api/trunk/src/main/java/org/cytoscape/work/TaskIterator.java     
2010-09-10 22:13:48 UTC (rev 21802)
+++ core3/work-api/trunk/src/main/java/org/cytoscape/work/TaskIterator.java     
2010-09-10 22:28:52 UTC (rev 21803)
@@ -28,13 +28,6 @@
                }
        }
 
-       /** Pushes "newTask" to the current end of the iterator.
-        */
-       public void addTaskAtEnd(final Task newTask) {
-               tryToAddSelfReferenceToTask(newTask);
-               tasks.add(newTask);
-       }
-
        /** Inserts "newTasks" immediately after "referenceTask".
         *  @throws IllegalStateException if "referenceTask" is not known to 
the iterator.
         */

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