]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/menu/console/ConsoleMenu.java
Better compare this way:
[addressbook-lib.git] / src / org / mxchange / addressbook / menu / console / ConsoleMenu.java
index 965f68ab0a58a820f19cec3407745b906e0b4329..b5c2e4311010b838df4a4acf818b4c76f2246969 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 (client == null)  {
+               if (null == client)  {
                        // Abort here
                        throw new NullPointerException("client is null");
                }