Updated: Bad formatting
This commit is contained in:
parent
a60ed6afd7
commit
306ddeaab5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class Potato implements Tuber {
|
||||||
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", "salt", "tabasco");
|
||||||
this.listCondiments();
|
this.listCondiments();
|
||||||
if(!this.isDelicious()) throw new NotDeliciousException();
|
if (!this.isDelicious()) throw new NotDeliciousException();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue