From 93664473e0e2b6532fe7c8d0ddb905caa90821fb Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Tue, 7 Apr 2020 22:33:14 +0200 Subject: [PATCH] =?UTF-8?q?Legger=20til=20manglende=20kommentarer=20for=20?= =?UTF-8?q?RoboRallyServer=20konstrukt=C3=B8r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inf112/fiasko/roborally/networking/RoboRallyServer.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/inf112/fiasko/roborally/networking/RoboRallyServer.java b/src/main/java/inf112/fiasko/roborally/networking/RoboRallyServer.java index 8c94ba2..ccb5a05 100644 --- a/src/main/java/inf112/fiasko/roborally/networking/RoboRallyServer.java +++ b/src/main/java/inf112/fiasko/roborally/networking/RoboRallyServer.java @@ -18,6 +18,10 @@ public class RoboRallyServer { private final Server server; private RoboRallyServerListener listener; + /** + * Instantiates a new Robo Rally server + * @throws IOException If the server cannot be started + */ public RoboRallyServer() throws IOException { server = new Server(); server.start();