Author: ruschein
Date: 2011-07-27 15:01:36 -0700 (Wed, 27 Jul 2011)
New Revision: 26295

Modified:
   
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
Log:
Fixed Redmine bug #335.

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
     2011-07-27 21:13:51 UTC (rev 26294)
+++ 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
     2011-07-27 22:01:36 UTC (rev 26295)
@@ -135,7 +135,7 @@
 
                final Map<String, Map<Object, Object>> tempAttributes = 
attributes;
                attributes = other.attributes;
-               other.attributes = attributes;
+               other.attributes = tempAttributes;
 
                final Map<String, Map<Object, Set<Object>>> tempReverse = 
reverse;
                reverse = other.reverse;

-- 
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