Author: kono
Date: 2010-10-28 11:05:07 -0700 (Thu, 28 Oct 2010)
New Revision: 22546

Modified:
   
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleRemovedEvent.java
Log:
Changed method name for consistency.

Modified: 
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleRemovedEvent.java
===================================================================
--- 
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleRemovedEvent.java
  2010-10-28 18:01:42 UTC (rev 22545)
+++ 
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/events/VisualStyleRemovedEvent.java
  2010-10-28 18:05:07 UTC (rev 22546)
@@ -64,7 +64,7 @@
         * @return VisualStyle just deleted.
         * 
         */
-       public VisualStyle getDestroyedVisualStyle() {
+       public VisualStyle getRemovedVisualStyle() {
                return destroyed;
        }
 }

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