summaryrefslogtreecommitdiff
path: root/examples/java/Example.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/java/Example.java')
-rw-r--r--examples/java/Example.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/java/Example.java b/examples/java/Example.java
index 25e649e..344c3dd 100644
--- a/examples/java/Example.java
+++ b/examples/java/Example.java
@@ -1,10 +1,9 @@
import com.zerotier.sockets.*;
-
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.math.BigInteger;
-import java.net.InetAddress;
import java.net.DatagramPacket;
+import java.net.InetAddress;
public class selftest {
public static void main(String[] args)