]> git.mxchange.org Git - jfinancials-swing.git/commitdiff
Need to init with null
authorRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 09:49:00 +0000 (11:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 09:49:00 +0000 (11:49 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/addressbook/application/AddressbookApplication.java

index 7dbbf57d6ec3ddede05fc5629bd23b1a50000018..ad4544aec83727c2a207b3b884c2609d2e8fac1c 100644 (file)
@@ -164,7 +164,7 @@ public class AddressbookApplication extends BaseFrameworkSystem implements Appli
                this.getLogger().debug("Initializing application ..."); //NOI18N
 
                // Init client variable
-               Client client;
+               Client client = null;
 
                // Is console or Swing choosen?
                if (this.isConsole()) {