DEV Community

Discussion on: Builder Design Pattern

Collapse
 
belgoros profile image
Serguei Cambour • Edited

There is an error in sizevariable declaration in BurgerBuilder class:

public size;
Enter fullscreen mode Exit fullscreen mode

instead of:

public int size;
Enter fullscreen mode Exit fullscreen mode

The same is for Burger class.

Thank you for sharing.

Collapse
 
nishparadox profile image
Nishan Pantha

thanks for pointing out the typo...