diff --git a/Lambdas/Lists/List/src/ItemEntry.java b/Lambdas/Lists/List/src/ItemEntry.java index c5141f9..376384b 100644 --- a/Lambdas/Lists/List/src/ItemEntry.java +++ b/Lambdas/Lists/List/src/ItemEntry.java @@ -34,17 +34,6 @@ public class ItemEntry { this.listID = listID; } - @Override - public String toString() { - return "ItemEntry{" + - "listID=" + listID + - ", productID=" + productID + - ", quantity=" + quantity + - ", addedDate=" + addedDate + - ", purchased=" + purchased + - '}'; - } - public Integer getProductID() { return productID; }