- Removed unused static method `createServer()` - use the constructor for `Server` rather
This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-27 18:35:23 +02:00
parent 0559f092de
commit 63b63c72c8

View File

@ -76,17 +76,6 @@ public class Server
runApplication(); runApplication();
} }
public static Server createServer()
{
Server newServer;
return newServer;
}
/** /**
* Handles an incoming websocket connection * Handles an incoming websocket connection
* *