From c5257a771d8631e43c93de3d57d95124d339f06c Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sun, 7 May 2017 13:36:35 +0000 Subject: [PATCH] Javadoc fix git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1794203 13f79535-47bb-0310-9956-ffa450edef68 --- .../hc/client5/http/nio/AsyncClientConnectionManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/nio/AsyncClientConnectionManager.java b/httpclient5/src/main/java/org/apache/hc/client5/http/nio/AsyncClientConnectionManager.java index 72aa3760a..631898909 100644 --- a/httpclient5/src/main/java/org/apache/hc/client5/http/nio/AsyncClientConnectionManager.java +++ b/httpclient5/src/main/java/org/apache/hc/client5/http/nio/AsyncClientConnectionManager.java @@ -62,7 +62,7 @@ public interface AsyncClientConnectionManager extends Closeable { * the endpoint target by calling {@link #connect(AsyncConnectionEndpoint, * ConnectionInitiator, TimeValue, Object, HttpContext, FutureCallback)} * in order to connect directly to the target or to the first proxy hop, - * and optionally calling {@link #upgrade(AsyncConnectionEndpoint, HttpContext)} + * and optionally calling {@link #upgrade(AsyncConnectionEndpoint, Object, HttpContext)} * method to upgrade the underlying transport to Transport Layer Security * after having executed a {@code CONNECT} method to all intermediate * proxy hops.