Return-Path: Delivered-To: apmail-xml-rpc-dev-archive@xml.apache.org Received: (qmail 33370 invoked by uid 500); 21 Aug 2002 09:49:50 -0000 Mailing-List: contact rpc-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: rpc-dev@xml.apache.org Delivered-To: mailing list rpc-dev@xml.apache.org Received: (qmail 33361 invoked by uid 500); 21 Aug 2002 09:49:50 -0000 Delivered-To: apmail-xml-rpc-cvs@apache.org Received: (qmail 33358 invoked from network); 21 Aug 2002 09:49:49 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 21 Aug 2002 09:49:49 -0000 Received: (qmail 23353 invoked by uid 1164); 21 Aug 2002 09:49:48 -0000 Date: 21 Aug 2002 09:49:48 -0000 Message-ID: <20020821094948.23351.qmail@icarus.apache.org> From: dlr@apache.org To: xml-rpc-cvs@apache.org Subject: cvs commit: xml-rpc/src/java/org/apache/xmlrpc AuthenticatedXmlRpcHandler.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: dlr 2002/08/21 02:49:48 Modified: src/java/org/apache/xmlrpc AuthenticatedXmlRpcHandler.java Log: execute(): Updated JavaDoc for AuthenticationFailed changes. Revision Changes Path 1.4 +2 -4 xml-rpc/src/java/org/apache/xmlrpc/AuthenticatedXmlRpcHandler.java Index: AuthenticatedXmlRpcHandler.java =================================================================== RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/AuthenticatedXmlRpcHandler.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- AuthenticatedXmlRpcHandler.java 21 Aug 2002 09:08:02 -0000 1.3 +++ AuthenticatedXmlRpcHandler.java 21 Aug 2002 09:49:48 -0000 1.4 @@ -70,9 +70,7 @@ * Return the result, or throw an Exception if something went wrong. * * @throws AuthenticationFailed If authentication fails, an - * exception marked using the {@link - * org.apache.xmlrpc.AuthenticationFailed} interface must be - * thrown. + * exception of this type must be thrown. * @see org.apache.xmlrpc.AuthenticationFailed */ public Object execute(String method, Vector params, String user,