mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Legger til manglende kommentarer for RoboRallyServer konstruktør
This commit is contained in:
parent
696cf54aaf
commit
93664473e0
@ -18,6 +18,10 @@ public class RoboRallyServer {
|
|||||||
private final Server server;
|
private final Server server;
|
||||||
private RoboRallyServerListener listener;
|
private RoboRallyServerListener listener;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiates a new Robo Rally server
|
||||||
|
* @throws IOException If the server cannot be started
|
||||||
|
*/
|
||||||
public RoboRallyServer() throws IOException {
|
public RoboRallyServer() throws IOException {
|
||||||
server = new Server();
|
server = new Server();
|
||||||
server.start();
|
server.start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user