From af81624e270ea7e47ee9f2782ff752c5500d393a Mon Sep 17 00:00:00 2001 From: Vikramb987 <47336882+Vikramb987@users.noreply.github.com> Date: Mon, 11 Mar 2019 17:21:15 -0600 Subject: [PATCH] Update TaipanShopGUI.java changed the javadoc slightly. --- src/TaipanShopGUI.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/TaipanShopGUI.java b/src/TaipanShopGUI.java index 2c1a22a..5e96a78 100644 --- a/src/TaipanShopGUI.java +++ b/src/TaipanShopGUI.java @@ -1,6 +1,8 @@ /** -* TaipanShopGUI deals with setting the stage for shop -* Authors: Vikram Bawa, Harkamal Randhawa, Nathan Lum, Haris Muhammad, Siddhant Dewani +* TaipanShopGUI deals with setting the stage for shop; the shop shows much of the user's inventory +* and features the buying and selling aspect of the game. +* +* Author: Vikram Bawa */ import javafx.event.ActionEvent; import javafx.event.EventHandler;