Skip to content

Commit f148142

Browse files
committed
Prevent chromium driver info from being considered a class that be newed up
1 parent ee3a411 commit f148142

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

java/client/src/org/openqa/selenium/chromium/ChromiumDriverInfo.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@
1717

1818
package org.openqa.selenium.chromium;
1919

20-
import com.google.auto.service.AutoService;
21-
2220
import org.openqa.selenium.WebDriverInfo;
2321

24-
@AutoService(WebDriverInfo.class)
2522
public abstract class ChromiumDriverInfo implements WebDriverInfo {
2623

2724
@Override

java/client/src/org/openqa/selenium/chromium/module-info.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@ module org.openqa.selenium.chromium {
2121
requires transitive org.openqa.selenium.remote;
2222

2323
exports org.openqa.selenium.chromium;
24-
25-
provides org.openqa.selenium.WebDriverInfo with
26-
org.openqa.selenium.chromium.ChromiumDriverInfo;
27-
2824
}

0 commit comments

Comments
 (0)