You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rpc-dev@xml.apache.org by dl...@apache.org on 2002/08/26 22:22:45 UTC

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

dlr         2002/08/26 13:22:45

  Modified:    src/java/org/apache/xmlrpc XmlRpcRequestProcessor.java
  Log:
  Corrected transposition of words in header JavaDoc.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-rpc/src/java/org/apache/xmlrpc/XmlRpcRequestProcessor.java
  
  Index: XmlRpcRequestProcessor.java
  ===================================================================
  RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/XmlRpcRequestProcessor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- XmlRpcRequestProcessor.java	26 Aug 2002 17:41:57 -0000	1.1
  +++ XmlRpcRequestProcessor.java	26 Aug 2002 20:22:45 -0000	1.2
  @@ -59,8 +59,8 @@
   import java.util.Vector;
   
   /**
  - * Process an InputStream and produce and XmlRpcRequest.  This is
  - * class NOT thread safe.
  + * Process an InputStream and produce and XmlRpcRequest.  This class
  + * is NOT thread safe.
    *
    * @author <a href="mailto:andrew@kungfoocoder.org">Andrew Evers</a>
    * @author <a href="mailto:hannes@apache.org">Hannes Wallnoefer</a>