olegk       2003/07/31 14:21:06

  Modified:    httpclient/src/java/org/apache/commons/httpclient
                        HttpConnection.java
  Log:
  Javadocs fixes, updated release notes
  
  Revision  Changes    Path
  1.71      +6 -6      
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnection.java
  
  Index: HttpConnection.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnection.java,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- HttpConnection.java       31 Jul 2003 02:47:30 -0000      1.70
  +++ HttpConnection.java       31 Jul 2003 21:21:06 -0000      1.71
  @@ -104,7 +104,7 @@
    *
    * @author Rod Waldhoff
    * @author Sean C. Sullivan
  - * @author Ortwin Glück
  + * @author Ortwin Glück
    * @author <a href="mailto:[EMAIL PROTECTED]">Jeff Dever</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Mike Bowler</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Oleg Kalnichevski</a>
  @@ -414,7 +414,7 @@
       /**
        * Sets whether or not isStale() will be called when testing if this connection 
is open.
        * 
  -     * @param staleCheckingEnabled <code>true</code> to enable isStale()
  +     * @param staleCheckEnabled <code>true</code> to enable isStale()
        * 
        * @see #isStale()
        * @see #isOpen()
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to