Author: ruschein
Date: 2010-06-28 11:00:54 -0700 (Mon, 28 Jun 2010)
New Revision: 20679

Modified:
   cytoscape/trunk/src/cytoscape/data/readers/CyAttributesReader.java
Log:
Fixed a test regression.

Modified: cytoscape/trunk/src/cytoscape/data/readers/CyAttributesReader.java
===================================================================
--- cytoscape/trunk/src/cytoscape/data/readers/CyAttributesReader.java  
2010-06-28 17:05:45 UTC (rev 20678)
+++ cytoscape/trunk/src/cytoscape/data/readers/CyAttributesReader.java  
2010-06-28 18:00:54 UTC (rev 20679)
@@ -29,6 +29,7 @@
 */
 package cytoscape.data.readers;
 
+
 import java.io.BufferedReader;
 import java.io.IOException;
 import java.io.Reader;
@@ -52,9 +53,6 @@
 import java.text.MessageFormat;
 
 
-/**
- *
- */
 public class CyAttributesReader {
        public static final String DECODE_PROPERTY = 
"cytoscape.decode.attributes";
        private static final String badDecodeMessage =
@@ -105,7 +103,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.

Reply via email to