summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>