Author: apico
Date: 2011-11-21 19:42:29 -0800 (Mon, 21 Nov 2011)
New Revision: 27549
Modified:
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginManager.java
Log:
Needs to be string to compile. Related to recent changes to other plugin
classes?
Modified:
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginManager.java
===================================================================
---
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginManager.java
2011-11-22 02:56:22 UTC (rev 27548)
+++
cytoscape/trunk/application/src/main/java/cytoscape/plugin/PluginManager.java
2011-11-22 03:42:29 UTC (rev 27549)
@@ -368,7 +368,7 @@
PluginObj = new PluginInfo();
PluginObj.addCytoscapeVersion(cyVersion);
PluginObj.setName(Plugin.getClass().getName());
- PluginObj.setObjectVersion(0.1);
+ PluginObj.setObjectVersion("0.1");
}
PluginObj.setPluginClassName(Plugin.getClass().getName());
--
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.