diff options
| author | Joseph Henry <[email protected]> | 2021-05-18 23:22:07 -0700 |
|---|---|---|
| committer | Joseph Henry <[email protected]> | 2021-05-18 23:22:07 -0700 |
| commit | a56ca93f54ddaf3231200898b570a647b35c56db (patch) | |
| tree | 4f0632915e4bf1b3cef50c1462d1aaafd029f634 /examples | |
| parent | 4bad93c95b9a149e40802d2a01c1806893c4075c (diff) | |
Add workaround to get tagged version in GitHub workflow script
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/java/Example.java | 3 |
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) |
