Skip to content

Commit 626f084

Browse files
committed
[java] Deleting unused imports
1 parent 5a5c10b commit 626f084

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

java/client/src/org/openqa/selenium/edge/EdgeDriver.java

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import org.openqa.selenium.chromium.ChromiumDriver;
2222
import org.openqa.selenium.chromium.ChromiumDriverCommandExecutor;
2323
import org.openqa.selenium.internal.Require;
24-
import org.openqa.selenium.remote.RemoteWebDriver;
25-
2624

2725
/**
2826
* A {@link WebDriver} implementation that controls an Edge browser running on the local machine.

java/client/src/org/openqa/selenium/opera/OperaDriver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* A {@link WebDriver} implementation that controls a Blink-based Opera browser running on the local
3636
* machine. It requires an <code>operadriver</code> executable to be available in PATH.
3737
*
38-
* @see <a href="https://github.com/operasoftware/operachromiumdriver">opersdriver</a>
38+
* @see <a href="https://github.com/operasoftware/operachromiumdriver">operadriver</a>
3939
*/
4040
public class OperaDriver extends RemoteWebDriver
4141
implements LocationContext, WebStorage {

0 commit comments

Comments
 (0)