From c59f06b127763546c8389fe19e5ce532df4e39ec Mon Sep 17 00:00:00 2001
From: KahootChampion
Date: Sun, 24 Feb 2019 20:30:47 -0700
Subject: [PATCH] Small thing, changed an output of warehouse a bit, shows user
its the warehosue they are concerned with.
---
.idea/workspace.xml | 26 +++++++++++++++++---------
src/Warehouse.java | 1 +
2 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5730a80..9f58b02 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -58,8 +58,8 @@
-
-
+
+
@@ -206,7 +206,7 @@
-
+
@@ -429,11 +429,18 @@
1551063376717
-
+
+ 1551065166040
+
+
+
+ 1551065166040
+
+
-
+
@@ -448,7 +455,7 @@
-
+
@@ -493,7 +500,8 @@
-
+
+
@@ -567,8 +575,8 @@
-
-
+
+
diff --git a/src/Warehouse.java b/src/Warehouse.java
index b27d851..5d8e324 100644
--- a/src/Warehouse.java
+++ b/src/Warehouse.java
@@ -157,6 +157,7 @@ public class Warehouse {
public void showWarehouse() {
+ System.out.println("--------------------\nWarehouse\n--------------------");
System.out.println("Opium : " + this.wOpium);
System.out.println("Silk : " + this.wSilk);
System.out.println("General : " + this.wGeneral);