MCPcopy Create free account
hub / github.com/Anchals24/Low-Level-Design / ClamPizza

Method ClamPizza

AbstractFactoryPattern/ClamPizza.java:9–11  ·  view source on GitHub ↗
(PizzaIngredientFactory ingredientFactory)

Source from the content-addressed store, hash-verified

7 PizzaIngredientFactory ingredientFactory;
8
9 public ClamPizza(PizzaIngredientFactory ingredientFactory){
10 this.ingredientFactory = ingredientFactory;
11 }
12
13 @Override
14 void prepare() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected