aboutsummaryrefslogtreecommitdiff
path: root/src/esieequest/view/Viewable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/esieequest/view/Viewable.java')
-rw-r--r--src/esieequest/view/Viewable.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/esieequest/view/Viewable.java b/src/esieequest/view/Viewable.java
index c650759..1df7e12 100644
--- a/src/esieequest/view/Viewable.java
+++ b/src/esieequest/view/Viewable.java
@@ -70,8 +70,8 @@ public interface Viewable {
70 /** 70 /**
71 * Updates the view to display the items contained in the inventory 71 * Updates the view to display the items contained in the inventory
72 * 72 *
73 * @param items 73 * @param inventory
74 * the items 74 * the Inventory
75 */ 75 */
76 public void updateInventory(final Inventory inventory); 76 public void updateInventory(final Inventory inventory);
77 77