Skip to content

Commit

Permalink
[java] Deleting unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 9, 2020
1 parent 25c2c9c commit 0a9cae7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
import java.nio.file.Paths;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
import java.nio.file.attribute.FileTime;
import java.time.Instant;
import java.util.Arrays;
import java.util.HashSet;
import java.util.LinkedList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

package org.openqa.selenium.virtualauthenticator;

import org.openqa.selenium.virtualauthenticator.VirtualAuthenticator;
import org.openqa.selenium.virtualauthenticator.VirtualAuthenticatorOptions;

/**
* Interface implemented by each driver that allows access to the virtual authenticator API.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@

package org.openqa.selenium.virtualauthenticator;

import org.openqa.selenium.virtualauthenticator.Credential;

import java.util.List;
import java.util.Objects;

/**
* Represents a virtual authenticator.
Expand Down

0 comments on commit 0a9cae7

Please sign in to comment.