Taking out changes to Item.java again LOL

This commit is contained in:
Adam 2022-09-25 18:18:12 +01:00
parent f14ff34936
commit d4d818a801

View File

@ -18,5 +18,4 @@ public class Item {
public String toString() { public String toString() {
return this.name + ", " + this.sellIn + ", " + this.quality; return this.name + ", " + this.sellIn + ", " + this.quality;
} }
} }