Use map and set creators from Guava.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / data / Network.java
index b13df61..2b13478 100644 (file)
@@ -21,7 +21,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
 
 import java.util.Collection;
 
-import com.beust.jcommander.internal.Sets;
+import com.google.common.collect.Sets;
 
 /**
  * Defines a network.