fixed JavaDoc warning

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@604248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-12-14 18:30:53 +00:00
parent 494daec53f
commit 8941651d8a
1 changed files with 0 additions and 3 deletions

View File

@ -146,9 +146,6 @@ public interface HttpClient {
* if they can still determine a route, for example
* to a default target or by inspecting the request.
* @param request the request to execute
* @param context the context to use for the execution, or
* <code>null</code> to use the
* {@link #getDefaultContext default context}
*
* @return the response to the request. This is always a final response,
* never an intermediate response with an 1xx status code.