Author: sebb
Date: Tue Nov  9 17:03:50 2010
New Revision: 1033101

URL: http://svn.apache.org/viewvc?rev=1033101&view=rev
Log:
Fix up deprecations

Modified:
    
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java

Modified: 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java?rev=1033101&r1=1033100&r2=1033101&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java
 (original)
+++ 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/http/ThreadLocalHttpConnectionManager.java
 Tue Nov  9 17:03:50 2010
@@ -146,7 +146,7 @@ public class ThreadLocalHttpConnectionMa
      */
     public HttpConnection getConnection(HostConfiguration hostConfiguration)
     {
-        return getConnection(hostConfiguration, 0);
+        return getConnectionWithTimeout(hostConfiguration, 0);
     }
 
     /**
@@ -176,7 +176,7 @@ public class ThreadLocalHttpConnectionMa
      * @param hostConfiguration The host configuration.
      * @param timeout The timeout value.
      * @return The HttpConnection.
-     * @see HttpConnectionManager#getConnection(HostConfiguration, long)
+     * @see HttpConnectionManager#getConnectionWithTimeout(HostConfiguration, 
long)
      * @since 3.0
      */
     public HttpConnection getConnectionWithTimeout(


Reply via email to