From e92fd10e2b96699c4421caf64d1db53cfd5e3524 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 21 Jul 2015 13:39:27 +0200 Subject: [PATCH] =?utf8?q?This=20call=20is=20no=20more=20needed=20Signed-o?= =?utf8?q?ff-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../src/org/mxchange/addressbook/BaseFrameworkSystem.java | 1 + .../src/org/mxchange/addressbook/client/gui/SwingClient.java | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java b/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java index 44ce5b2..d922a49 100644 --- a/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java +++ b/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java @@ -150,6 +150,7 @@ public class BaseFrameworkSystem implements FrameworkInterface { /** * Initializes contact manager + * * @param client Client instance */ protected void initContactManager (final Client client) { diff --git a/Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java b/Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java index 83417e1..87686e9 100644 --- a/Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java +++ b/Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java @@ -41,9 +41,6 @@ public class SwingClient extends BaseClient implements Client { // Init contact manager here this.initContactManager(this); - - // Fill menu map - this.fillMenuMap(); } @Override @@ -131,6 +128,6 @@ public class SwingClient extends BaseClient implements Client { @Override protected final void fillMenuMap () { // Nothing to fill here as the Swing frame is handling this all + throw new UnsupportedOperationException("Not implemented."); } - } -- 2.39.5