]> git.mxchange.org Git - jfinancials-swing.git/commitdiff
minor improvement
authorRoland Haeder <roland@mxchange.org>
Mon, 7 Sep 2015 06:53:34 +0000 (08:53 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 10 Sep 2015 06:16:04 +0000 (08:16 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/addressbook/menu/console/ConsoleMenu.java

index b5c2e4311010b838df4a4acf818b4c76f2246969..e4cc9b6d2091e49e070c95a0d5a4433cc7af2e18 100644 (file)
@@ -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");
                }