@@ -8,8 +8,7 @@ public class Inventory {
super();
this.items = items;
}
-
+
public void updateQuality() {
for (int i = 0; i < items.length; i++) {