]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - src/org/mxchange/addressbook/menu/BaseMenu.java
Better compare this way:
[jfinancials-lib.git] / src / org / mxchange / addressbook / menu / BaseMenu.java
index f5548207938051251ef209dfec785099e29c3b17..207a9b319a7c5a24df4c1bb9de66f99083266b80 100644 (file)
@@ -70,7 +70,7 @@ public class BaseMenu extends BaseAddressbookSystem {
                this.getLogger().trace(MessageFormat.format("client={0} CALLED!", client)); //NOI18N
 
                // Client must not be null
-               if (client == null) {
+               if (null == client) {
                        // Abort here
                        throw new NullPointerException("client is null"); //NOI18N
                }