Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mryan43 committed Oct 12, 2015
1 parent 7c57c85 commit cd07d78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
import java.net.NetworkInterface;
import java.net.ServerSocket;
import java.net.SocketException;
import java.util.*;
import java.util.Collections;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;

import org.jboss.arquillian.core.api.annotation.Observes;
import org.jboss.arquillian.core.api.event.ManagerStarted;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import com.github.mryan43.arquillian.available.port.extension.impl.AvailablePortFinder;

import java.io.IOException;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.UnknownHostException;

public class AvailablePortFinderTest {

Expand Down

0 comments on commit cd07d78

Please sign in to comment.