]> git.mxchange.org Git - jaddressbook-share-lib.git/commitdiff
More fixes ...
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Aug 2015 09:31:32 +0000 (11:31 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Aug 2015 09:32:37 +0000 (11:32 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

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();
        }
 }