DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13298>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13298 Javadoc error in XmlRpcClient [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-11-01 22:56 ------- Index: XmlRpcClient.java =================================================================== RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/XmlRpcClient.java,v retrieving revision 1.12 diff -u -u -r1.12 XmlRpcClient.java --- XmlRpcClient.java 9 Aug 2002 10:27:44 -0000 1.12 +++ XmlRpcClient.java 1 Nov 2002 22:55:12 -0000 @@ -70,9 +70,10 @@ import org.xml.sax.SAXException; /** - * A multithreaded, reusable XML-RPC client object. Use this if you need a - * full-grown HTTP client(e.g. for Proxy and Cookies support). If you don't need - * that, <code>XmlRpcClientLite</code> may work better for you. + * A multithreaded, reusable XML-RPC client object. Use this if you + * need a full-grown HTTP client (e.g. for Proxy and Basic Auth + * support). If you don't need that, <code>XmlRpcClientLite</code> may + * work better for you. * * @author <a href="mailto:hannes@;apache.org">Hannes Wallnoefer</a> * @version $Id: XmlRpcClient.java,v 1.12 2002/08/09 10:27:44 dlr Exp $