Fixed an issue with my previous commit
This commit is contained in:
parent
0b18d29606
commit
bfc36e8b6e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ public class Potato implements Tuber {
|
|||
*/
|
||||
@Override
|
||||
public boolean isDelicious() {
|
||||
return this.isBaked() || this.isBoiled();
|
||||
return this.isBaked() || this.isCooked();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue