Javadoc 8 fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-08-21 15:32:55 +00:00
parent fdd7cae18b
commit 6d7b82d0b6
2 changed files with 6 additions and 3 deletions

View File

@ -61,10 +61,11 @@
import org.apache.http.message.BasicHeader;
/**
* An Executor for fluent requests
* <p/>
* An Executor for fluent requests.
* <p>
* A {@link PoolingHttpClientConnectionManager} with maximum 100 connections per route and
* a total maximum of 200 connections is used internally.
* </p>
*/
public class Executor {

View File

@ -255,8 +255,10 @@ public Request version(final HttpVersion version) {
/**
* This parameter can no longer be used at the request level.
* <p/>
* <p>
* This method has no effect. Do not use.
* </p>
*
* @deprecated (4.3)
*/
@Deprecated