You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by dl...@apache.org on 2002/01/08 04:26:06 UTC

cvs commit: xml-rpc/src/java/org/apache/xmlrpc XmlRpc.java

dlr         02/01/07 19:26:06

  Modified:    src/java/org/apache/xmlrpc XmlRpc.java
  Log:
  I like to be able to read teh JavaDoc.
  
  Revision  Changes    Path
  1.5       +10 -7     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.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- XmlRpc.java	30 Nov 2001 01:08:20 -0000	1.4
  +++ XmlRpc.java	8 Jan 2002 03:26:06 -0000	1.5
  @@ -147,13 +147,16 @@
   
   
       /**
  -      * Set the SAX Parser to be used. The argument can either be the full class name or
  -      * a user friendly shortcut if the parser is known to this class. The parsers that can
  -      * currently be set by shortcut are listed in the main documentation page. If you are using
  -      * another parser please send me the name of the SAX driver and I'll include it in a future release.
  -      * If setDriver() is never called then the System property "sax.driver" is consulted. If that is not defined
  -      * the driver defaults to OpenXML.
  -      */
  +     * Set the SAX Parser to be used. The argument can either be the
  +     * full class name or a user friendly shortcut if the parser is
  +     * known to this class. The parsers that can currently be set by
  +     * shortcut are listed in the main documentation page. If you are
  +     * using another parser please send me the name of the SAX driver
  +     * and I'll include it in a future release.  If setDriver() is
  +     * never called then the System property "sax.driver" is
  +     * consulted. If that is not defined the driver defaults to
  +     * OpenXML.
  +     */
       public static void setDriver (String driver)
               throws ClassNotFoundException
       {