Author: mkirby
Date: 2011-10-12 23:37:39 -0700 (Wed, 12 Oct 2011)
New Revision: 27158

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/client/AbstractWebServiceClient.java
Log:
Fixed Javadoc.

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
      2011-10-13 06:36:36 UTC (rev 27157)
+++ 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/WebServiceClient.java
      2011-10-13 06:37:39 UTC (rev 27158)
@@ -45,9 +45,6 @@
  * 
  * All web service clients <strong>must</strong> implement this method.
  * 
- * @param <S>
- *            Client stub object. This is a service dependent parameter. For 
example, NCBI's
- *            eUtils stub has the class EUtilsServiceSoap.
  * 
  */
 public interface WebServiceClient extends TaskFactory {

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
       2011-10-13 06:36:36 UTC (rev 27157)
+++ 
core3/api/trunk/webservice-api/src/main/java/org/cytoscape/io/webservice/client/AbstractWebServiceClient.java
       2011-10-13 06:37:39 UTC (rev 27158)
@@ -46,12 +46,10 @@
 /**
  * Abstract class for all web service clients.
  * All clients MUST extend this class.
-
- * @param <S>  Stub object type.  This is service dependent.
  */
 public abstract class AbstractWebServiceClient implements WebServiceClient {
 
-       // Service locaiton
+       /** Service location */
        protected final URI serviceURI;
        
        // Display Name for this client.

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