]> git.mxchange.org Git - jaddressbook-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/BaseAddressbookSystem.java
More fixes ...
[jaddressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / BaseAddressbookSystem.java
index 16c49c3ac9d426880b32b385b96cbef3d16233cb..a835d3f4a88a8a6182109f491b2543d116ffaa38 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,5 +28,7 @@ public class BaseAddressbookSystem extends BaseFrameworkSystem {
         * No instances can be created of this class
         */
        protected BaseAddressbookSystem () {
+               // Init properties file
+               this.initProperties();
        }
 }