Author: scooter
Date: 2011-06-09 18:15:45 -0700 (Thu, 09 Jun 2011)
New Revision: 25702
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/commands/ClusterMakerCommandHandler.java
Log:
Fix bug in parsing of list attributes
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/commands/ClusterMakerCommandHandler.java
===================================================================
---
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/commands/ClusterMakerCommandHandler.java
2011-06-10 00:47:43 UTC (rev 25701)
+++
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/commands/ClusterMakerCommandHandler.java
2011-06-10 01:15:45 UTC (rev 25702)
@@ -100,7 +100,7 @@
}
private void setListTunable(Tunable listTunable, String value) {
- String[] optionList = (String [])listTunable.getLowerBound();
+ Object[] optionList = (Object [])listTunable.getLowerBound();
String[] inputList = value.split(",");
String v = "";
Integer first = null;
--
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.