rhoegg 2003/01/28 16:57:14 Modified: src/java/org/apache/xmlrpc XmlRpcClient.java Log: Javadoc update for XmlRpcClient.setBasicAuthentication for clarification. Revision Changes Path 1.19 +6 -1 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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- XmlRpcClient.java 29 Jan 2003 00:49:27 -0000 1.18 +++ XmlRpcClient.java 29 Jan 2003 00:57:14 -0000 1.19 @@ -149,7 +149,12 @@ * <a href="http://www.ietf.org/rfc/rfc2617.txt"> * http://www.ietf.org/rfc/rfc2617.txt</a>. * + * This method has been deprecated. Furthermore, it has no + * effect on the overloads for execute and executeAsync that + * use an XmlRpcClientRequest or an XmlRpcTransport. + * * @deprecated Authentication is now handled by each XmlRpcTransport + * * @see DefaultXmlRpcTransport * @see LiteXmlRpcTransport * @see CommonsXmlRpcTransport