Change port for test server
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
2df99debf8
commit
6443790532
@ -46,7 +46,7 @@ import net.bigeon.gclc.ConsoleApplication;
|
|||||||
@SuppressWarnings({ "javadoc", "nls" })
|
@SuppressWarnings({ "javadoc", "nls" })
|
||||||
public class TestServer {
|
public class TestServer {
|
||||||
|
|
||||||
public static final int PORT = 12345;
|
public static final int PORT = 12343;
|
||||||
private static SocketConsoleApplicationShell SHELL;
|
private static SocketConsoleApplicationShell SHELL;
|
||||||
private static ConnexionManager<Socket> manager;
|
private static ConnexionManager<Socket> manager;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user