Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1435315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-01-18 19:34:52 +00:00
parent 7ff88c8faa
commit 5bdd456c8c
3 changed files with 3 additions and 4 deletions

View File

@ -88,10 +88,9 @@ class RequestProtocolCompliance {
/** /**
* If the {@link HttpRequest} is non-compliant but 'fixable' we go ahead and * If the {@link HttpRequest} is non-compliant but 'fixable' we go ahead and
* fix the request here. Returning the updated one. * fix the request here.
* *
* @param request the request to check for compliance * @param request the request to check for compliance
* @return the updated request
* @throws ClientProtocolException when we have trouble making the request compliant * @throws ClientProtocolException when we have trouble making the request compliant
*/ */
public void makeRequestCompliant(final HttpRequestWrapper request) public void makeRequestCompliant(final HttpRequestWrapper request)

View File

@ -119,7 +119,7 @@ public class ProxyClient {
} }
/** /**
* @deprecated (4.3) use {@link ProxyClient#ProxyClient(RequestConfig)} * @deprecated (4.3) use {@link ProxyClient#ProxyClient(HttpConnectionFactory, ConnectionConfig, RequestConfig)}
* @param params * @param params
*/ */
@Deprecated @Deprecated

View File

@ -112,7 +112,7 @@ public class LocalTestServer {
* @param responseFactory the response factory to be used by the * @param responseFactory the response factory to be used by the
* server, or <code>null</code> to use * server, or <code>null</code> to use
* {@link #newHttpResponseFactory() default} factory. * {@link #newHttpResponseFactory() default} factory.
* @param expectationVerifier. the expectation verifier. May be * @param expectationVerifier the expectation verifier. May be
* <code>null</code>. * <code>null</code>.
* @param sslcontext optional SSL context if the server is to leverage * @param sslcontext optional SSL context if the server is to leverage
* SSL/TLS transport security * SSL/TLS transport security