Skip to content

Commit

Permalink
fix as per sonar comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alb-i986 committed Mar 22, 2021
1 parent 5cf7ab5 commit 3a8a755
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

import static java.nio.charset.StandardCharsets.UTF_8;
import static java.util.concurrent.TimeUnit.SECONDS;
import static org.openqa.selenium.remote.CapabilityType.LOGGING_PREFS;
import static org.openqa.selenium.remote.CapabilityType.PLATFORM;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
import java.util.Map;
import java.util.stream.Collectors;

import static java.nio.charset.StandardCharsets.UTF_8;

public class RemoteWebElement implements WebElement, WrapsDriver, TakesScreenshot, Locatable {

private String foundBy;
Expand Down

0 comments on commit 3a8a755

Please sign in to comment.