From 78cb72fdfed1c1e8675476db81cefdab0f577838 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Mon, 7 Sep 2015 08:53:34 +0200
Subject: [PATCH] =?utf8?q?minor=20improvement=20Signed-off-by:Roland=20H?=
 =?utf8?q?=C3=A4der=20<roland@mxchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/org/mxchange/addressbook/menu/console/ConsoleMenu.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/mxchange/addressbook/menu/console/ConsoleMenu.java b/src/org/mxchange/addressbook/menu/console/ConsoleMenu.java
index b5c2e431..e4cc9b6d 100644
--- a/src/org/mxchange/addressbook/menu/console/ConsoleMenu.java
+++ b/src/org/mxchange/addressbook/menu/console/ConsoleMenu.java
@@ -39,7 +39,7 @@ public class ConsoleMenu extends BaseMenu implements Menu {
 		this.getLogger().trace(MessageFormat.format("menuType={0},client={1} - CALLED!", menuType, client)); //NOI18N
 
 		// Client must not be null
-		if (null == client)  {
+		if (null == client) {
 			// Abort here
 			throw new NullPointerException("client is null");
 		}
-- 
2.39.5