From 8c776b769bfe89da9babe8e6d7a79e0479bcc340 Mon Sep 17 00:00:00 2001 From: KahootChampion Date: Mon, 11 Mar 2019 18:46:59 -0600 Subject: [PATCH] wrote javadocs for authorname --- .idea/workspace.xml | 33 ++++++++++++++++++++------------- src/ShipWarfareGUI.java | 2 +- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8ebea0a..a54c2a7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,7 @@ - + @@ -19,8 +19,8 @@ - - + + @@ -29,7 +29,7 @@ - + @@ -175,7 +175,7 @@ - + @@ -290,7 +290,7 @@ - + 1550458470138 @@ -558,11 +558,18 @@ - - @@ -665,7 +672,6 @@ - @@ -690,7 +696,8 @@ - @@ -808,7 +815,7 @@ - + @@ -842,8 +849,8 @@ - - + + diff --git a/src/ShipWarfareGUI.java b/src/ShipWarfareGUI.java index ef3d139..7cad043 100644 --- a/src/ShipWarfareGUI.java +++ b/src/ShipWarfareGUI.java @@ -12,7 +12,7 @@ import javafx.stage.Stage; /** * 2019-03-10 - * Authors: Harkamal, Vikram, Haris, Siddhant, Nathan + * Authors: Haris Muhammad * ShipWarfareGUI class, Generates and utilizes ships which the user can attack or run from * */