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