Author: pwang
Date: 2011-03-11 11:29:27 -0800 (Fri, 11 Mar 2011)
New Revision: 24408
Modified:
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
Log:
Bug fixed
Modified:
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
===================================================================
---
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
2011-03-11 19:28:21 UTC (rev 24407)
+++
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
2011-03-11 19:29:27 UTC (rev 24408)
@@ -146,6 +146,8 @@
Map<String, Method> getMethodsMap = new
HashMap<String,Method>();
Map<String, Tunable> tunableMap = new
HashMap<String,Tunable>();
+ guiProviderMap.clear();
+
// Find each public method in the class.
for (final Method method : obj.getClass().getMethods())
{
// See if the method is annotated as a Tunable.
--
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.