]> git.mxchange.org Git - jaddressbook-lib.git/commitdiff
Merge branch 'master' of file:///E:/Java%19Project/addressbook
authorRoland Haeder <roland@mxchange.org>
Fri, 11 Sep 2015 06:15:38 +0000 (08:15 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 11 Sep 2015 06:15:38 +0000 (08:15 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
lib/jcore.jar

lib/jcore.jar
src/org/mxchange/addressbook/menu/console/ConsoleMenu.java

index 00e90e137a26c3f568dd22c4d0d25b25b2c1c88a..de27ca6829fa35a86410f5f03fb9631bbd5a801f 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
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");
                }