Skip to content

Commit 842f413

Browse files
committed
[java] restored the import statements
1 parent 4680cd3 commit 842f413

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

java/src/org/openqa/selenium/remote/http/jdk/JdkHttpClient.java

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,19 @@
5151
import org.openqa.selenium.TimeoutException;
5252
import org.openqa.selenium.UsernameAndPassword;
5353
import org.openqa.selenium.WebDriverException;
54-
import org.openqa.selenium.remote.http.*;
54+
import org.openqa.selenium.remote.http.BinaryMessage;
55+
import org.openqa.selenium.remote.http.ClientConfig;
56+
import org.openqa.selenium.remote.http.CloseMessage;
57+
import org.openqa.selenium.remote.http.ConnectionFailedException;
58+
import org.openqa.selenium.remote.http.HttpClient;
59+
import org.openqa.selenium.remote.http.HttpClientName;
60+
import org.openqa.selenium.remote.http.HttpHandler;
61+
import org.openqa.selenium.remote.http.HttpMethod;
62+
import org.openqa.selenium.remote.http.HttpRequest;
63+
import org.openqa.selenium.remote.http.HttpResponse;
64+
import org.openqa.selenium.remote.http.Message;
65+
import org.openqa.selenium.remote.http.TextMessage;
66+
import org.openqa.selenium.remote.http.WebSocket;
5567

5668
public class JdkHttpClient implements HttpClient {
5769
public static final Logger LOG = Logger.getLogger(JdkHttpClient.class.getName());

0 commit comments

Comments
 (0)