Author: kono
Date: 2012-04-17 13:31:38 -0700 (Tue, 17 Apr 2012)
New Revision: 28859

Modified:
   
core3/api/trunk/webservice-swing-api/src/main/java/org/cytoscape/io/webservice/swing/AbstractWebServiceGUIClient.java
Log:
refs #864 fixed warnings from findbugs.

Modified: 
core3/api/trunk/webservice-swing-api/src/main/java/org/cytoscape/io/webservice/swing/AbstractWebServiceGUIClient.java
===================================================================
--- 
core3/api/trunk/webservice-swing-api/src/main/java/org/cytoscape/io/webservice/swing/AbstractWebServiceGUIClient.java
       2012-04-17 20:26:11 UTC (rev 28858)
+++ 
core3/api/trunk/webservice-swing-api/src/main/java/org/cytoscape/io/webservice/swing/AbstractWebServiceGUIClient.java
       2012-04-17 20:31:38 UTC (rev 28859)
@@ -5,7 +5,7 @@
 import org.cytoscape.io.webservice.client.AbstractWebServiceClient;
 
 /**
- * Abstract class for web service client with Swing GUI.
+ * Abstract base class for web service clients with Swing GUI.
  *
  */
 public abstract class AbstractWebServiceGUIClient extends 
AbstractWebServiceClient implements WebServiceGUIClient {
@@ -18,8 +18,7 @@
        }
 
        @Override
-       public Container getQueryBuilderGUI() {
+       public final Container getQueryBuilderGUI() {
                return gui;
        }
-
-}
+}
\ No newline at end of file

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