Author: ruschein
Date: 2010-12-03 16:24:12 -0800 (Fri, 03 Dec 2010)
New Revision: 23090
Modified:
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
Log:
Removed the implementation of a function that was removed from the API.
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:22:49 UTC (rev 23089)
+++
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
2010-12-04 00:24:12 UTC (rev 23090)
@@ -638,13 +638,6 @@
setX(key, attributeName, value);
}
- public <T> void setList(String attributeName, List<?extends T>
list) {
- if (list == null)
- unSetX(key, attributeName);
- else
- setListX(key, attributeName, list);
- }
-
public <T> T get(String attributeName, Class<? extends T> c) {
return getX(key, attributeName, c);
}
--
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.