You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2004/10/19 20:21:11 UTC

cvs commit: jakarta-commons/httpclient/xdocs preference-api.xml

olegk       2004/10/19 11:21:11

  Modified:    httpclient/xdocs preference-api.xml
  Log:
  http.connection-manager.timeout is a LONG not an INTEGER
  
  Reported by Paul Cowan <wc21 at yahoo.com>
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-commons/httpclient/xdocs/preference-api.xml
  
  Index: preference-api.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/preference-api.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- preference-api.xml	6 Oct 2004 03:39:59 -0000	1.4
  +++ preference-api.xml	19 Oct 2004 18:21:11 -0000	1.5
  @@ -617,7 +617,7 @@
           </tr>
           <tr>
             <td><p>http.connection-manager.timeout</p></td>
  -          <td><p>Integer</p></td>
  +          <td><p>Long</p></td>
             <td>
              <p>
               The timeout in milliseconds used when retrieving an HTTP connection from the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org