]> git.mxchange.org Git - addressbook-swing.git/blobdiff - Addressbook/src/org/mxchange/addressbook/BaseAddressbookSystem.java
Fixes for missing throws statements (because jcore has changed).
[addressbook-swing.git] / Addressbook / src / org / mxchange / addressbook / BaseAddressbookSystem.java
index 9103d4e5b0ede80b733278fac84323dfccf784cb..aa8c235ad6d6c0d30e538f0125a8d03410487ce4 100644 (file)
@@ -19,7 +19,7 @@ package org.mxchange.addressbook;
 import org.mxchange.jcore.BaseFrameworkSystem;
 
 /**
- * General class
+ * General class for addressbook application
  *
  * @author Roland Haeder
  */
@@ -28,7 +28,5 @@ public class BaseAddressbookSystem extends BaseFrameworkSystem {
         * No instances can be created of this class
         */
        protected BaseAddressbookSystem () {
-               // Always init i18n bundle
-               this.initBundle();
        }
 }