Author: ruschein
Date: 2010-06-28 15:31:39 -0700 (Mon, 28 Jun 2010)
New Revision: 20700
Modified:
cytoscape/trunk/src/cytoscape/data/readers/EqnAttrTracker.java
Log:
Fixed an exception.
Modified: cytoscape/trunk/src/cytoscape/data/readers/EqnAttrTracker.java
===================================================================
--- cytoscape/trunk/src/cytoscape/data/readers/EqnAttrTracker.java
2010-06-28 22:04:11 UTC (rev 20699)
+++ cytoscape/trunk/src/cytoscape/data/readers/EqnAttrTracker.java
2010-06-28 22:31:39 UTC (rev 20700)
@@ -167,7 +167,7 @@
case CyAttributes.TYPE_SIMPLE_LIST:
return List.class;
default:
- throw new IllegalStateException("can't map Cytoscape
type " + attribType + " to equation return type!");
+ return 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.