Skip to content

Commit 2539456

Browse files
committed
following shipunyc feedback: remove unused imports, and use httpClient
field instead
1 parent 1788de0 commit 2539456

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/com/microsoft/azure/documentdb/GatewayProxy.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121

2222
import org.apache.http.Header;
2323
import org.apache.http.HttpEntity;
24-
import org.apache.http.HttpException;
25-
import org.apache.http.HttpHost;
26-
import org.apache.http.HttpRequest;
2724
import org.apache.http.HttpResponse;
2825
import org.apache.http.ParseException;
2926
import org.apache.http.client.HttpClient;
@@ -32,16 +29,12 @@
3229
import org.apache.http.client.methods.HttpPost;
3330
import org.apache.http.client.methods.HttpPut;
3431
import org.apache.http.client.methods.HttpRequestBase;
35-
import org.apache.http.conn.routing.HttpRoute;
36-
import org.apache.http.conn.routing.HttpRoutePlanner;
37-
import org.apache.http.conn.scheme.SchemeRegistry;
3832
import org.apache.http.impl.client.DefaultHttpClient;
3933
import org.apache.http.impl.conn.PoolingClientConnectionManager;
4034
import org.apache.http.impl.conn.ProxySelectorRoutePlanner;
4135
import org.apache.http.impl.conn.SchemeRegistryFactory;
4236
import org.apache.http.params.HttpConnectionParams;
4337
import org.apache.http.params.HttpParams;
44-
import org.apache.http.protocol.HttpContext;
4538
import org.apache.http.util.EntityUtils;
4639

4740

0 commit comments

Comments
 (0)