test for git

This commit is contained in:
fanfuxiaoran 2014-04-09 11:30:46 +08:00
parent 28554f125e
commit db6393773c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ public class Main {
try {
MasterServer masterServer = new MasterServer(getPortToServe());
masterServer.start();
System.out.println("server started");
} catch (Exception e) {
e.printStackTrace();
return;