From: Roland Haeder Date: Mon, 7 Sep 2015 06:53:34 +0000 (+0200) Subject: minor improvement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78cb72fdfed1c1e8675476db81cefdab0f577838;p=jfinancials-lib.git minor improvement Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/addressbook/menu/console/ConsoleMenu.java b/src/org/mxchange/addressbook/menu/console/ConsoleMenu.java index b5c2e43..e4cc9b6 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"); }