Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1794203 13f79535-47bb-0310-9956-ffa450edef68
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 72aa376..6318989 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 @@
      * 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.