summaryrefslogtreecommitdiff
path: root/examples/java/Example.java
diff options
context:
space:
mode:
authorJoseph Henry <[email protected]>2021-05-18 23:22:07 -0700
committerJoseph Henry <[email protected]>2021-05-18 23:22:07 -0700
commita56ca93f54ddaf3231200898b570a647b35c56db (patch)
tree4f0632915e4bf1b3cef50c1462d1aaafd029f634 /examples/java/Example.java
parent4bad93c95b9a149e40802d2a01c1806893c4075c (diff)
Add workaround to get tagged version in GitHub workflow script
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)