You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by rh...@apache.org on 2003/01/29 01:49:27 UTC

cvs commit: xml-rpc/src/java/org/apache/xmlrpc XmlRpcClient.java

rhoegg      2003/01/28 16:49:27

  Modified:    src/java/org/apache/xmlrpc XmlRpcClient.java
  Log:
  Fix confusing comment in deprecated setBasicAuthentication
  
  Revision  Changes    Path
  1.18      +2 -3      xml-rpc/src/java/org/apache/xmlrpc/XmlRpcClient.java
  
  Index: XmlRpcClient.java
  ===================================================================
  RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/XmlRpcClient.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XmlRpcClient.java	29 Jan 2003 00:46:37 -0000	1.17
  +++ XmlRpcClient.java	29 Jan 2003 00:49:27 -0000	1.18
  @@ -157,8 +157,7 @@
       public void setBasicAuthentication(String user, String password)
       {
           /*
  -         * Store for use in execute(XmlRpcClientRequest, XmlRpcTransport) and
  -         * XmlRpcClientWorker.execute(XmlRpcClientRequest, XmlRpcTransport)
  +         * Store for use in execute and executeAsync
            *
            * Will be unnecessary once this method is removed.
            */