Merge pull request #58 from mgrddsj/patch-1

Fix a minor typo in the Java demo.
This commit is contained in:
joseph-henry
2020-05-01 22:27:45 -07:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ public class ExampleApp
// Wait for EVENT_NODE_ONLINE // Wait for EVENT_NODE_ONLINE
System.out.println("waiting for node to come online..."); System.out.println("waiting for node to come online...");
while (listener.isOnline == false) { sleep(50); } while (listener.isOnline == false) { sleep(50); }
System.out.println("joinging network"); System.out.println("joining network");
ZeroTier.join(0x0123456789abcdefL); ZeroTier.join(0x0123456789abcdefL);
// Wait for EVENT_NETWORK_READY_IP4/6 // Wait for EVENT_NETWORK_READY_IP4/6
System.out.println("waiting for network config..."); System.out.println("waiting for network config...");