Author: ruschein
Date: 2011-03-02 16:26:10 -0800 (Wed, 02 Mar 2011)
New Revision: 24298

Modified:
   
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
Log:
Fixed a deadlock.

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-03-03 00:09:22 UTC (rev 24297)
+++ 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableImpl.java
     2011-03-03 00:26:10 UTC (rev 24298)
@@ -258,10 +258,10 @@
                                        types.remove(columnName);
                                }
                        }
+               }
 
-                       // This event must be synchronous!
-                       eventHelper.fireSynchronousEvent(new 
ColumnDeletedEvent(this, columnName));
-               }
+               // This event must be synchronous!
+               eventHelper.fireSynchronousEvent(new ColumnDeletedEvent(this, 
columnName));
        }
 
        @Override

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