Skip to content

Commit 9ab79b8

Browse files
authored
Update PizzaIngredientFactory.js
Remove +createCheese()+ method duplicate.
1 parent e257141 commit 9ab79b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Factory/2/scripts/PizzaIngredientFactory.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ class PizzaIngredientFactory {
1111
throw new Error("This method must be overwritten!");
1212
}
1313

14-
createCheese() {
15-
throw new Error("This method must be overwritten!");
16-
}
17-
1814
createVeggies() {
1915
throw new Error("This method must be overwritten!");
2016
}

0 commit comments

Comments
 (0)