mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Add extra condiments
This commit is contained in:
@@ -39,7 +39,8 @@ public class Potato implements Tuber {
|
|||||||
* @throws NotDeliciousException If the potato is not delicious
|
* @throws NotDeliciousException If the potato is not delicious
|
||||||
*/
|
*/
|
||||||
public void prepare() throws NotDeliciousException {
|
public void prepare() throws NotDeliciousException {
|
||||||
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup", "salt", "tabasco");
|
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup", "pepper",
|
||||||
|
"salt", "tabasco", "tomatoes");
|
||||||
this.listCondiments();
|
this.listCondiments();
|
||||||
if (!this.isDelicious()) throw new NotDeliciousException(NotDeliciousReason.NOT_BAKED);
|
if (!this.isDelicious()) throw new NotDeliciousException(NotDeliciousReason.NOT_BAKED);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user