From 8941651d8a24e2c873c013f40b4e1fe7b43486f2 Mon Sep 17 00:00:00 2001 From: Roland Weber Date: Fri, 14 Dec 2007 18:30:53 +0000 Subject: [PATCH] fixed JavaDoc warning git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@604248 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/http/client/HttpClient.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/module-client/src/main/java/org/apache/http/client/HttpClient.java b/module-client/src/main/java/org/apache/http/client/HttpClient.java index cff12fa98..d5e635bef 100644 --- a/module-client/src/main/java/org/apache/http/client/HttpClient.java +++ b/module-client/src/main/java/org/apache/http/client/HttpClient.java @@ -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 - * null 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.