diff --git a/module-client/src/main/java/org/apache/http/conn/ClientConnectionRequest.java b/module-client/src/main/java/org/apache/http/conn/ClientConnectionRequest.java index 7a33417b5..7ded95798 100644 --- a/module-client/src/main/java/org/apache/http/conn/ClientConnectionRequest.java +++ b/module-client/src/main/java/org/apache/http/conn/ClientConnectionRequest.java @@ -48,7 +48,7 @@ public interface ClientConnectionRequest { * If {@link #abortRequest()} is called while this is blocking or * before this began, an {@link InterruptedException} will * be thrown. - *httpcomponents-client-4.0-alpha4-SNAPSHOT-src-unix.tar.gz + * * @param timeout the timeout, 0 or negative for no timeout * @param tunit the unit for the timeout, * may be null only if there is no timeout