diff --git a/httpclient/src/main/java/org/apache/http/impl/client/AbstractHttpClient.java b/httpclient/src/main/java/org/apache/http/impl/client/AbstractHttpClient.java
index 66bce51f7..91a211ebc 100644
--- a/httpclient/src/main/java/org/apache/http/impl/client/AbstractHttpClient.java
+++ b/httpclient/src/main/java/org/apache/http/impl/client/AbstractHttpClient.java
@@ -95,7 +95,7 @@ import org.apache.http.protocol.HttpRequestExecutor;
* implemented by concrete super classes to instantiate this object.
*
{@link ConnectionKeepAliveStrategy} object used to decide how
* long a persistent HTTP connection can be kept alive.
- * The {@link #createConnectionKeepAliveStrategy()()} must be
+ * The {@link #createConnectionKeepAliveStrategy()} must be
* implemented by concrete super classes to instantiate this object.
* {@link CookieSpecRegistry} object used to maintain a list of
* supported cookie specifications.
@@ -132,7 +132,7 @@ import org.apache.http.protocol.HttpRequestExecutor;
* by concrete super classes to instantiate this object.
* {@link UserTokenHandler} object used to determine if the
* execution context is user identity specific.
- * The {@link #createUserTokenHandler()()} must be implemented by
+ * The {@link #createUserTokenHandler()} must be implemented by
* concrete super classes to instantiate this object.
*
*