Commit 7698d549 authored by captainwong's avatar captainwong

testing

parent 2f14cbdc
......@@ -157,7 +157,8 @@ public class JavaDemo {
port = Integer.parseInt(args[0]);
}
new JavaDemo("localhost", port).start();
//new JavaDemo("localhost", port).start();
new JavaDemo("0.0.0.0", port).start();
}
public class Client {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment