Author: jgao
Date: 2011-11-02 14:09:26 -0700 (Wed, 02 Nov 2011)
New Revision: 27381
Modified:
csplugins/trunk/soc/jgao/IDMapping/src/csplugins/id/mapping/IDMapperClientManager.java
Log:
fixed cythesaurus caching bug
Modified:
csplugins/trunk/soc/jgao/IDMapping/src/csplugins/id/mapping/IDMapperClientManager.java
===================================================================
---
csplugins/trunk/soc/jgao/IDMapping/src/csplugins/id/mapping/IDMapperClientManager.java
2011-11-02 20:42:20 UTC (rev 27380)
+++
csplugins/trunk/soc/jgao/IDMapping/src/csplugins/id/mapping/IDMapperClientManager.java
2011-11-02 21:09:26 UTC (rev 27381)
@@ -133,6 +133,7 @@
}
private static void fireIDMapperChange() {
+ resetCache();
for (IDMapperChangeListener listener : listeners) {
listener.changed();
}
@@ -386,6 +387,7 @@
}
clientConnectionStringMap.remove(client.getConnectionString());
+ selectedClients.remove(client);
if (removeSessionProps &&
client instanceof IDMapperClientImplTunables) {
--
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.