Author: kono
Date: 2010-08-18 15:19:34 -0700 (Wed, 18 Aug 2010)
New Revision: 21459

Modified:
   
cytoscape3/trunk/application/src/main/java/cytoscape/internal/view/AbstractNetworkNameListener.java
Log:
Missing return statement added.

Modified: 
cytoscape3/trunk/application/src/main/java/cytoscape/internal/view/AbstractNetworkNameListener.java
===================================================================
--- 
cytoscape3/trunk/application/src/main/java/cytoscape/internal/view/AbstractNetworkNameListener.java
 2010-08-18 22:15:00 UTC (rev 21458)
+++ 
cytoscape3/trunk/application/src/main/java/cytoscape/internal/view/AbstractNetworkNameListener.java
 2010-08-18 22:19:34 UTC (rev 21459)
@@ -50,7 +50,7 @@
        }
 
        public Object getEventSource() {
-               row.getDataTable();
+               return row.getDataTable();
        }
 
        public void handleRowSet(CyRow row, String col, Object value) {

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