mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
Updated Code
This commit is contained in:
parent
61ff36cad8
commit
f6c9e8e490
@ -19,6 +19,7 @@ class GildedRose {
|
||||
updateItemQuality(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void updateItemQuality(Item item) {
|
||||
boolean isExpired = item.sellIn < 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user