Author: ruschein
Date: 2011-05-26 16:11:59 -0700 (Thu, 26 May 2011)
New Revision: 25558

Modified:
   
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
Log:
Cleanup.

Modified: 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
===================================================================
--- 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
    2011-05-26 23:05:23 UTC (rev 25557)
+++ 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/PopupMenuHelper.java
    2011-05-26 23:11:59 UTC (rev 25558)
@@ -87,9 +87,6 @@
                menu.show(invoker, x, y);
        }
 
-       /**
-        * Creates a menu based on a drop event on a NodeView.
-        */
        void createTableCellMenu(final CyColumn column, final Object 
primaryKeyValue,
                                 final Component invoker, final int x, final 
int y)
        {
@@ -136,7 +133,7 @@
        }
 
        public void addTableCellTaskFactory(final TableCellTaskFactory 
newFactory,
-                                             final Map properties)
+                                           final Map properties)
        {
                tableCellFactoryMap.put(newFactory, properties);
        }

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