Fixed binary compatibility breakage
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1515812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95d65666c8
commit
196da4249d
|
@ -81,7 +81,7 @@ import org.apache.http.util.EntityUtils;
|
|||
* ProxyClient can be used to establish a tunnel via an HTTP proxy.
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public final class ProxyClient {
|
||||
public class ProxyClient {
|
||||
|
||||
private final HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection> connFactory;
|
||||
private final ConnectionConfig connectionConfig;
|
||||
|
|
Loading…
Reference in New Issue