mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 09:11:39 +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 {
|
||||
AgedBrie("Aged Brie"),
|
||||
BackstagePass("Sulfuras, Hand of Ragnaros"),
|
||||
Sulfuras("Backstage passes to a TAFKAL80ETC concert");
|
||||
BackstagePass("Backstage passes to a TAFKAL80ETC concert"),
|
||||
Sulfuras("Sulfuras, Hand of Ragnaros");
|
||||
|
||||
private final String name;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user