Fix: Typo in ServerApp class
This commit is contained in:
@@ -3,6 +3,6 @@ package ch.unibas.dmi.dbis.cs108.casono.server;
|
|||||||
public class ServerApp {
|
public class ServerApp {
|
||||||
public static void start(String arg) {
|
public static void start(String arg) {
|
||||||
int port = Integer.parseInt(arg);
|
int port = Integer.parseInt(arg);
|
||||||
System.out.println("You've selected the server. It will accept connections at port" + port);
|
System.out.println("You've selected the server. It will accept connections at port " + port);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user