diff --git a/racevisionGame/src/main/java/visualiser/app/App.java b/racevisionGame/src/main/java/visualiser/app/App.java index 6896556d..8c75ee97 100644 --- a/racevisionGame/src/main/java/visualiser/app/App.java +++ b/racevisionGame/src/main/java/visualiser/app/App.java @@ -25,8 +25,8 @@ public class App extends Application { /** * Method that displays the visualiser, starting with the title screen. - * @param stage the stage to be displayed - * @throws Exception if something wrong with title screen + * @param stage the stage to be displayed. + * @throws Exception if something wrong with title screen. */ public void start(Stage stage) throws Exception { stage.setOnCloseRequest(new EventHandler() {