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 @@ - @@ -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);