diff --git a/src/Item/FactoryDish.java b/src/Item/FactoryDish.java index c9ed7b51268e9c16ec9d1d19e9249d41fe7bccbb..2e526cce52819645cc13d9e0b570c189fa383d13 100644 --- a/src/Item/FactoryDish.java +++ b/src/Item/FactoryDish.java @@ -14,6 +14,6 @@ public class FactoryDish { return new Starter(_name,_typeOfFood,_price); default: throw new ExceptionUnknownDishType("Error, '"+typeInMeal+"' is unkwon, try Dessert, MainDish or Starter."); - } + } } }