am 1cbd67d9: am c7fe4b37: Merge "Fix @link annotation in documentation for hyperlink generation"

* commit '1cbd67d91edfcedbfd28aac75c1c616ced66ab4a':
  Fix @link annotation in documentation for hyperlink generation
diff --git a/src/org/apache/http/impl/client/BasicResponseHandler.java b/src/org/apache/http/impl/client/BasicResponseHandler.java
index e13eede..882b6d5 100644
--- a/src/org/apache/http/impl/client/BasicResponseHandler.java
+++ b/src/org/apache/http/impl/client/BasicResponseHandler.java
@@ -47,7 +47,7 @@
  * 
  * If this is used with
  * {@link org.apache.http.client.HttpClient#execute(
- *  org.apache.http.client.methods.HttpUriRequest, ResponseHandler),
+ *  org.apache.http.client.methods.HttpUriRequest, ResponseHandler)},
  * HttpClient may handle redirects (3xx responses) internally.
  * 
  * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>