Skip to content

Commit 14651c7

Browse files
committed
[java] Removing unused import
[skip ci]
1 parent 65cb657 commit 14651c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

java/src/org/openqa/selenium/chromium/ChromiumDriver.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
package org.openqa.selenium.chromium;
1919

20-
import com.google.common.collect.ImmutableList;
2120
import org.openqa.selenium.BuildInfo;
2221
import org.openqa.selenium.Capabilities;
2322
import org.openqa.selenium.Credentials;
@@ -44,7 +43,6 @@
4443
import org.openqa.selenium.logging.EventType;
4544
import org.openqa.selenium.logging.HasLogEvents;
4645
import org.openqa.selenium.mobile.NetworkConnection;
47-
import org.openqa.selenium.remote.Browser;
4846
import org.openqa.selenium.remote.CommandExecutor;
4947
import org.openqa.selenium.remote.FileDetector;
5048
import org.openqa.selenium.remote.RemoteTouchScreen;
@@ -99,10 +97,10 @@ public class ChromiumDriver extends RemoteWebDriver implements
9997
private final HasNetworkConditions networkConditions;
10098
private final HasPermissions permissions;
10199
private final HasLaunchApp launch;
102-
protected HasCasting casting;
103-
protected HasCdp cdp;
104100
private final Optional<Connection> connection;
105101
private final Optional<DevTools> devTools;
102+
protected HasCasting casting;
103+
protected HasCdp cdp;
106104

107105
protected ChromiumDriver(CommandExecutor commandExecutor, Capabilities capabilities, String capabilityKey) {
108106
super(commandExecutor, capabilities);

0 commit comments

Comments
 (0)