Skip to content

Commit 130b6c4

Browse files
committed
Fixing imports
1 parent df14040 commit 130b6c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/client/src/org/openqa/selenium/remote/HttpCommandExecutor.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package org.openqa.selenium.remote;
1818

19-
import static org.apache.http.protocol.ExecutionContext.HTTP_TARGET_HOST;
19+
import static org.apache.http.protocol.HttpCoreContext.HTTP_TARGET_HOST;
2020
import static org.openqa.selenium.remote.DriverCommand.GET_ALL_SESSIONS;
2121
import static org.openqa.selenium.remote.DriverCommand.NEW_SESSION;
2222
import static org.openqa.selenium.remote.DriverCommand.QUIT;
@@ -30,7 +30,6 @@
3030
import org.apache.http.HttpHost;
3131
import org.apache.http.HttpResponse;
3232
import org.apache.http.NoHttpResponseException;
33-
import org.apache.http.auth.AuthScope;
3433
import org.apache.http.auth.UsernamePasswordCredentials;
3534
import org.apache.http.client.ClientProtocolException;
3635
import org.apache.http.client.HttpClient;
@@ -39,7 +38,6 @@
3938
import org.apache.http.client.methods.HttpPost;
4039
import org.apache.http.client.methods.HttpUriRequest;
4140
import org.apache.http.entity.ByteArrayEntity;
42-
import org.apache.http.impl.client.DefaultHttpClient;
4341
import org.apache.http.protocol.BasicHttpContext;
4442
import org.apache.http.protocol.HttpContext;
4543
import org.apache.http.util.EntityUtils;

0 commit comments

Comments
 (0)