Browse Source

Fix a minor typo in the Java demo.

pull/8/head
SleepyJesse 6 years ago committed by GitHub
parent
commit
04d31e8295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/java/src/main/java/ExampleApp.java

2
examples/java/src/main/java/ExampleApp.java

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

Loading…
Cancel
Save