Skip to content

Commit

Permalink
removed some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
michael.tamm committed Oct 31, 2014
1 parent 5845843 commit d1f5eff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package org.openqa.selenium.internal;

import org.openqa.selenium.Point;
import org.openqa.selenium.interactions.internal.Coordinates;

public interface Locatable {
Expand Down
1 change: 0 additions & 1 deletion java/client/src/org/openqa/selenium/net/NetworkUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import org.openqa.selenium.Platform;
import org.openqa.selenium.WebDriverException;

import java.net.Inet6Address;
import java.net.InetAddress;
import java.util.ArrayList;
import java.util.Collections;
Expand Down

0 comments on commit d1f5eff

Please sign in to comment.