We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd13970 commit f64260aCopy full SHA for f64260a
java/client/src/org/openqa/selenium/net/LinuxEphemeralPortRangeDetector.java
@@ -19,7 +19,6 @@
19
20
import java.io.BufferedReader;
21
import java.io.File;
22
-import java.io.FileReader;
23
import java.io.IOException;
24
import java.io.Reader;
25
import java.io.StringReader;
java/server/src/org/openqa/selenium/grid/distributor/remote/RemoteDistributor.java
@@ -17,7 +17,6 @@
17
18
package org.openqa.selenium.grid.distributor.remote;
-import org.openqa.selenium.SessionNotCreatedException;
import org.openqa.selenium.grid.data.CreateSessionRequest;
import org.openqa.selenium.grid.data.CreateSessionResponse;
import org.openqa.selenium.grid.data.DistributorStatus;
0 commit comments