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,