Author: rodche
Date: 2010-02-03 12:17:56 -0800 (Wed, 03 Feb 2010)
New Revision: 19163
Modified:
cytoscape/trunk/src/cytoscape/plugin/JarUtil.java
Log:
Java syntax error fixed
Modified: cytoscape/trunk/src/cytoscape/plugin/JarUtil.java
===================================================================
--- cytoscape/trunk/src/cytoscape/plugin/JarUtil.java 2010-02-03 17:26:16 UTC
(rev 19162)
+++ cytoscape/trunk/src/cytoscape/plugin/JarUtil.java 2010-02-03 20:17:56 UTC
(rev 19163)
@@ -125,7 +125,7 @@
}
} catch (Exception e) {
- throw new IOException(e);
+ throw new IOException(e.toString());
}
return pluginClassName;
--
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.