You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2002/12/18 03:41:05 UTC

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URIException.java

jericho     2002/12/17 18:41:05

  Modified:    httpclient/src/java/org/apache/commons/httpclient
                        URIException.java
  Log:
  - Fix javadoc messages.
  
  Reported and patched by "Sylwester Lachiewicz" <matrix at plusnet.pl>
  Thank you...
  
  Revision  Changes    Path
  1.4       +6 -6      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/URIException.java
  
  Index: URIException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/URIException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- URIException.java	3 Nov 2002 17:15:05 -0000	1.3
  +++ URIException.java	18 Dec 2002 02:41:05 -0000	1.4
  @@ -179,7 +179,7 @@
       /**
        * Set the reason code.
        *
  -     * @param the reason code
  +     * @param reasonCode the reason code
        */
       public void setReasonCode(int reasonCode) {
           this.reasonCode = reasonCode;
  @@ -199,7 +199,7 @@
       /**
        * Set the reason message.
        *
  -     * @param the reason message
  +     * @param reason the reason message
        */
       public void setReason(String reason) {
           this.reason = reason;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>