added:
[mir.git] / source / mir / util / InternetRoutines.java
index 7041921..123e673 100755 (executable)
@@ -32,6 +32,7 @@
 package mir.util;
 
 import java.net.InetAddress;
+import java.net.UnknownHostException;
 import java.util.List;
 
 public class InternetRoutines {
@@ -103,5 +104,4 @@ public class InternetRoutines {
 
     return (1L<<32)-1;
   }
-
 }
\ No newline at end of file