From ab283cb549e1322af71ef8def62a6728914adc52 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Fri, 4 Sep 2015 21:17:22 +0200
Subject: [PATCH] =?utf8?q?Can=20be=20done=20together=20Signed-off-by:Rolan?=
 =?utf8?q?d=20H=C3=A4der=20<roland@mxchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 .../application/PizzaServiceApplication.java               | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
index fcc390e..71cb9da 100644
--- a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
+++ b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
@@ -303,13 +303,10 @@ public class PizzaServiceApplication extends BaseFrameworkSystem implements Pizz
 		}
 
 		// Declare category
-		Category category;
-
-		// Get Category instance from product over the frontend
-		category = this.categoryFrontend.getCategory(product);
+		Category category = this.categoryFrontend.getCategory(product);
 
 		// Debug message
-		this.getLogger().debug(MessageFormat.format("categoryId={0}", category)); //NOI18N
+		this.getLogger().debug(MessageFormat.format("category={0}", category)); //NOI18N
 
 		// Get decoded title
 		String title = category.getDecodedTitle();
-- 
2.39.5