Author: ruschein
Date: 2010-12-03 16:22:49 -0800 (Fri, 03 Dec 2010)
New Revision: 23089
Modified:
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
Log:
Removed redundant test for an impossible condition.
Modified:
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
===================================================================
---
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
2010-12-04 00:20:54 UTC (rev 23088)
+++
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
2010-12-04 00:22:49 UTC (rev 23089)
@@ -358,8 +358,6 @@
++counter;
if (columnName == null)
throw new NullPointerException("columnName must not be
null!");
- if (value == null)
- throw new NullPointerException("value must not be
null!");
final Class<?> columnType = types.get(columnName);
if (columnType == null || !attributes.containsKey(columnName))
--
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.