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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to