Author: kono
Date: 2012-03-07 10:18:43 -0800 (Wed, 07 Mar 2012)
New Revision: 28445

Modified:
   
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/client/AbstractWebServiceClient.java
Log:
refs #682 GUI panel should not be final.

Modified: 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/client/AbstractWebServiceClient.java
===================================================================
--- 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/client/AbstractWebServiceClient.java
       2012-03-06 23:01:58 UTC (rev 28444)
+++ 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/client/AbstractWebServiceClient.java
       2012-03-07 18:18:43 UTC (rev 28445)
@@ -59,7 +59,7 @@
        private final String description;
        
        // By default, this is null.
-       protected final JPanel panel = null;
+       protected JPanel panel;
        
        protected Object currentQuery = null;
 

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