From 7fa8bfcff1357a9ef2b371fadde712275786e0b9 Mon Sep 17 00:00:00 2001 From: Ruey-Shi Rau Date: Wed, 28 Jan 2015 22:41:09 +0800 Subject: Fix @link annotation in documentation for hyperlink generation Change-Id: Ia01f2d4d523b2fbb3ed227f003218841e00e608c Signed-off-by: Ruey-Shi Rau --- src/org/apache/http/impl/client/BasicResponseHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Oleg Kalnichevski -- cgit v1.2.3