mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-28 04:41:14 +00:00
Taking out changes to Item.java again LOL
This commit is contained in:
parent
f14ff34936
commit
d4d818a801
@ -18,5 +18,4 @@ public class Item {
|
||||
public String toString() {
|
||||
return this.name + ", " + this.sellIn + ", " + this.quality;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user