Skip to content

Commit

Permalink
Prevent chromium driver info from being considered a class that be ne…
Browse files Browse the repository at this point in the history
…wed up
  • Loading branch information
shs96c committed Jul 1, 2019
1 parent ee3a411 commit f148142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@

package org.openqa.selenium.chromium;

import com.google.auto.service.AutoService;

import org.openqa.selenium.WebDriverInfo;

@AutoService(WebDriverInfo.class)
public abstract class ChromiumDriverInfo implements WebDriverInfo {

@Override
Expand Down
4 changes: 0 additions & 4 deletions java/client/src/org/openqa/selenium/chromium/module-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ module org.openqa.selenium.chromium {
requires transitive org.openqa.selenium.remote;

exports org.openqa.selenium.chromium;

provides org.openqa.selenium.WebDriverInfo with
org.openqa.selenium.chromium.ChromiumDriverInfo;

}

0 comments on commit f148142

Please sign in to comment.