Return-Path: Delivered-To: apmail-xml-rpc-dev-archive@xml.apache.org Received: (qmail 43374 invoked by uid 500); 7 Aug 2002 04:49:36 -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 43365 invoked by uid 500); 7 Aug 2002 04:49:36 -0000 Delivered-To: apmail-xml-rpc-cvs@apache.org Received: (qmail 43362 invoked from network); 7 Aug 2002 04:49:36 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 7 Aug 2002 04:49:36 -0000 Received: (qmail 95828 invoked by uid 1164); 7 Aug 2002 04:49:35 -0000 Date: 7 Aug 2002 04:49:35 -0000 Message-ID: <20020807044935.95827.qmail@icarus.apache.org> From: dlr@apache.org To: xml-rpc-cvs@apache.org Subject: cvs commit: xml-rpc/src/java/org/apache/xmlrpc XmlRpc.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: dlr 2002/08/06 21:49:35 Modified: src/java/org/apache/xmlrpc XmlRpc.java Log: XmlRpc: Did a bit of clean up on header JavaDoc. Revision Changes Path 1.26 +9 -8 xml-rpc/src/java/org/apache/xmlrpc/XmlRpc.java Index: XmlRpc.java =================================================================== RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/XmlRpc.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -u -r1.25 -r1.26 --- XmlRpc.java 7 Aug 2002 04:47:28 -0000 1.25 +++ XmlRpc.java 7 Aug 2002 04:49:35 -0000 1.26 @@ -79,14 +79,15 @@ /** * This abstract base class provides basic capabilities for XML-RPC, - * like parsing of parameters or encoding Java objects into XML-RPC format. - * Any XML parser with a SAX interface can - * be used.

- * XmlRpcServer and XmlRpcClient are the classes that actually implement an - * XML-RCP server and client. + * like parsing of parameters or encoding Java objects into XML-RPC + * format. Any XML parser with a SAX interface can be used. * - * @see XmlRpcServer - * @see XmlRpcClient + *

XmlRpcServer and XmlRpcClient are the classes that actually + * implement an XML-RPC server and client. + * + * @see org.apache.xmlrpc.XmlRpcServer + * @see org.apache.xmlrpc.XmlRpcClient * * @author Hannes Wallnoefer * @author Daniel Rall