Author: jm
Date: 2012-04-11 11:20:53 -0700 (Wed, 11 Apr 2012)
New Revision: 28794

Modified:
   
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/util/QuickFindImpl.java
Log:
Fixes #615: Fixed typo which prevented network map from being cleaned up

Modified: 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/util/QuickFindImpl.java
===================================================================
--- 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/util/QuickFindImpl.java
  2012-04-11 16:56:40 UTC (rev 28793)
+++ 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/util/QuickFindImpl.java
  2012-04-11 18:20:53 UTC (rev 28794)
@@ -157,7 +157,7 @@
 
        @Override
        public synchronized void removeNetwork(CyNetwork network) {
-               networkMap.remove(networkMap);
+               networkMap.remove(network);
 
                // Notify all listeners of remove event
                for (int i = 0; i < listenerList.size(); i++) {

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