diff options
| author | Tiktalik <mrtiktalik@gmail.com> | 2013-11-10 02:24:34 -0700 |
|---|---|---|
| committer | Tiktalik <mrtiktalik@gmail.com> | 2013-11-10 02:24:34 -0700 |
| commit | 563e5e4c01b79a31589629887d04a402b375d35c (patch) | |
| tree | a8c47dc59dfdca39cf83ed8198f3183ce85ff2e0 /src | |
| parent | 62b45b0590b69c5b0feee63b751c4d15776f70da (diff) | |
Update Potato.java
Improved condiment list.
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/Potato.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/Potato.java b/src/main/java/Potato.java index 399cdda..9a35df0 100644 --- a/src/main/java/Potato.java +++ b/src/main/java/Potato.java @@ -13,7 +13,7 @@ public class Potato implements Tuber { } public boolean prepare() { - this.addCondiments("sour cream", "chives", "butter"); + this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese"); return this.isDelicious(); } |
