mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-20 08:51:08 +00:00
fix: should be private
This commit is contained in:
parent
7662217d87
commit
ab12c5c204
@ -64,7 +64,7 @@ public class Item {
|
|||||||
quality = 0;
|
quality = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public void updateAgedBrieItem() {
|
private void updateAgedBrieItem() {
|
||||||
if (quality < 50) {
|
if (quality < 50) {
|
||||||
quality++;
|
quality++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user