Kaynağa Gözat

100% line coverage

Connor Dunnigan 6 yıl önce
ebeveyn
işleme
454cd2437f

+ 1
- 2
src/main/java/com/zipcodewilmington/gildedrose/Inventory.java Dosyayı Görüntüle

@@ -8,8 +8,7 @@ public class Inventory {
8 8
         super();
9 9
         this.items = items;
10 10
     }
11
-
12
-
11
+    
13 12
     public void updateQuality() {
14 13
         for (int i = 0; i < items.length; i++) {
15 14