From 15f000739401766b1b884dfcf82f066cc69a6403 Mon Sep 17 00:00:00 2001
From: Nicolas Fley <nicolas.fley@student.ecp.fr>
Date: Wed, 5 Apr 2017 23:28:35 +0200
Subject: [PATCH] my work

---
 src/Item/FactoryDish.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Item/FactoryDish.java b/src/Item/FactoryDish.java
index c9ed7b5..2e526cc 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.");
-		}
+		} 
 	}
 }
-- 
GitLab