From e5ab52aeaa1572edd0281d9c357671e553fb0edb Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 18 Sep 2015 11:49:00 +0200 Subject: [PATCH] =?utf8?q?Need=20to=20init=20with=20null=20Signed-off-by:R?= =?utf8?q?oland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../addressbook/application/AddressbookApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mxchange/addressbook/application/AddressbookApplication.java b/src/org/mxchange/addressbook/application/AddressbookApplication.java index 7dbbf57..ad4544a 100644 --- a/src/org/mxchange/addressbook/application/AddressbookApplication.java +++ b/src/org/mxchange/addressbook/application/AddressbookApplication.java @@ -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()) { -- 2.39.5