Skip to content

Commit f64260a

Browse files
committed
[java] Deleting unused imports
1 parent bd13970 commit f64260a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

java/client/src/org/openqa/selenium/net/LinuxEphemeralPortRangeDetector.java

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import java.io.BufferedReader;
2121
import java.io.File;
22-
import java.io.FileReader;
2322
import java.io.IOException;
2423
import java.io.Reader;
2524
import java.io.StringReader;

java/server/src/org/openqa/selenium/grid/distributor/remote/RemoteDistributor.java

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
package org.openqa.selenium.grid.distributor.remote;
1919

20-
import org.openqa.selenium.SessionNotCreatedException;
2120
import org.openqa.selenium.grid.data.CreateSessionRequest;
2221
import org.openqa.selenium.grid.data.CreateSessionResponse;
2322
import org.openqa.selenium.grid.data.DistributorStatus;

0 commit comments

Comments
 (0)