Skip to content

Commit 5195219

Browse files
authored
Merge pull request tcorral#12 from liroyleshed/es6
Update PizzaIngredientFactory.js
2 parents e257141 + 9ab79b8 commit 5195219

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)