Content deleted Content added
Jdmarshall (talk | contribs) |
→Builders and immutable objects: Delete ";" (will not work) |
||
Line 43:
public static void main(String[] args) {
Pizza hawaiian = new PizzaBuilder()
.dough("cross")
.sauce("mild")
.topping("ham+pineapple")
.create();
|