mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-15 18:28:47 +00:00
Merge pull request #53 from ClaytonWWilson/APIUnitTests
Clean up double toStrings
This commit is contained in:
commit
22a39c7ed7
@ -34,17 +34,6 @@ public class ItemEntry {
|
|||||||
this.listID = listID;
|
this.listID = listID;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "ItemEntry{" +
|
|
||||||
"listID=" + listID +
|
|
||||||
", productID=" + productID +
|
|
||||||
", quantity=" + quantity +
|
|
||||||
", addedDate=" + addedDate +
|
|
||||||
", purchased=" + purchased +
|
|
||||||
'}';
|
|
||||||
}
|
|
||||||
|
|
||||||
public Integer getProductID() {
|
public Integer getProductID() {
|
||||||
return productID;
|
return productID;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user