From f2932e8bae600dd4fa07acbbcba9eb242b593238 Mon Sep 17 00:00:00 2001 From: David Wu Date: Tue, 1 Aug 2017 12:29:05 +1200 Subject: [PATCH] New branch created for development. --- racevisionGame/src/main/java/visualiser/app/App.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {