mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-11 04:31:21 +00:00
fix: wrong name applied to types
This commit is contained in:
parent
f8f5b9b337
commit
cf30879171
@ -4,8 +4,8 @@ import java.util.Arrays;
|
|||||||
|
|
||||||
public enum ItemType {
|
public enum ItemType {
|
||||||
AgedBrie("Aged Brie"),
|
AgedBrie("Aged Brie"),
|
||||||
BackstagePass("Sulfuras, Hand of Ragnaros"),
|
BackstagePass("Backstage passes to a TAFKAL80ETC concert"),
|
||||||
Sulfuras("Backstage passes to a TAFKAL80ETC concert");
|
Sulfuras("Sulfuras, Hand of Ragnaros");
|
||||||
|
|
||||||
private final String name;
|
private final String name;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user