Author: rodche
Date: 2012-06-08 08:36:06 -0700 (Fri, 08 Jun 2012)
New Revision: 29505

Modified:
   
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/WebServiceClient.java
Log:
comment

Modified: 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/WebServiceClient.java
===================================================================
--- 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/WebServiceClient.java
      2012-06-08 00:45:19 UTC (rev 29504)
+++ 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/WebServiceClient.java
      2012-06-08 15:36:06 UTC (rev 29505)
@@ -41,7 +41,7 @@
 /**
  * Thin wrapper for SOAP/REST web service clients.
  * 
- * All web service clients <strong>must</strong> implement this method.
+ * All web service clients <strong>must</strong> implement this interface.
  * 
  * @CyAPI.Spi.Interface
  */
@@ -74,8 +74,7 @@
        /**
         * Set query for the tasks to be executed.
         * 
-        * @param query
-        *            query object. This is client-dependent.
+        * @param query query object. This is client-dependent.
         */
        TaskIterator createTaskIterator(Object query);
 

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