Javadoc corrections

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@721746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-11-30 00:12:08 +00:00
parent 967655eb86
commit 89df3c059b
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ public interface ConnectionKeepAliveStrategy {
* there is no suitable suggestion.
*
* When coupled with a {@link ConnectionReuseStrategy}, if
* {@link ConnectionReuseStrategy#keepAlive(HttpResponse, HttpContext)
* {@link ConnectionReuseStrategy#keepAlive(HttpResponse, HttpContext)}
* returns true, this allows you to control how long the reuse will last. If
* keepAlive returns false, this should have no meaningful impact
*

View File

@ -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>