summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuey-Shi Rau <timrau@gmail.com>2015-01-28 22:41:09 +0800
committerRuey-Shi Rau <timrau@gmail.com>2015-01-28 22:41:09 +0800
commit7fa8bfcff1357a9ef2b371fadde712275786e0b9 (patch)
tree97fa291b502e8ed664a54c0b1f356ab795f78c72
parentf29718641d19e6ac724235d39159fc137154e65c (diff)
downloadandroid_external_apache-http-7fa8bfcff1357a9ef2b371fadde712275786e0b9.tar.gz
android_external_apache-http-7fa8bfcff1357a9ef2b371fadde712275786e0b9.tar.bz2
android_external_apache-http-7fa8bfcff1357a9ef2b371fadde712275786e0b9.zip
Fix @link annotation in documentation for hyperlink generation
Change-Id: Ia01f2d4d523b2fbb3ed227f003218841e00e608c Signed-off-by: Ruey-Shi Rau <timrau@gmail.com>
-rw-r--r--src/org/apache/http/impl/client/BasicResponseHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/http/impl/client/BasicResponseHandler.java b/src/org/apache/http/impl/client/BasicResponseHandler.java
index f17d30d..7496b73 100644
--- a/src/org/apache/http/impl/client/BasicResponseHandler.java
+++ b/src/org/apache/http/impl/client/BasicResponseHandler.java
@@ -47,7 +47,7 @@ import org.apache.http.util.EntityUtils;
*
* 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>