]> git.mxchange.org Git - jaddressbook-lib.git/commitdiff
This call is no more needed
authorRoland Haeder <roland@mxchange.org>
Tue, 21 Jul 2015 11:39:27 +0000 (13:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 21 Jul 2015 11:39:27 +0000 (13:39 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java
Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java

index 44ce5b289cd6aded996b4b033aab5ebd1895ac92..d922a491926f56345c892fa7696e0ba8d19a9c88 100644 (file)
@@ -150,6 +150,7 @@ public class BaseFrameworkSystem implements FrameworkInterface {
 \r
     /**\r
      * Initializes contact manager\r
+     * \r
      * @param client Client instance\r
      */\r
     protected void initContactManager (final Client client) {\r
index 83417e166f8e4f3e9aa468d2019aa1ad10e5ecd9..87686e9ecbbbd5d5f7532d9be766b7c9699cb88c 100644 (file)
@@ -41,9 +41,6 @@ public class SwingClient extends BaseClient implements Client {
 \r
        // Init contact manager here\r
        this.initContactManager(this);\r
-\r
-       // Fill menu map\r
-       this.fillMenuMap();\r
     }\r
 \r
     @Override\r
@@ -131,6 +128,6 @@ public class SwingClient extends BaseClient implements Client {
     @Override\r
     protected final void fillMenuMap () {\r
        // Nothing to fill here as the Swing frame is handling this all\r
+       throw new UnsupportedOperationException("Not implemented.");\r
     }\r
-    \r
 }\r