From: Roland Haeder Date: Mon, 10 Aug 2015 09:31:32 +0000 (+0200) Subject: More fixes ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=de91e92477e065a8e002bb1897fa8d39b1a6344d;p=jfinancials-swing.git More fixes ... Signed-off-by:Roland Häder --- diff --git a/Addressbook/src/org/mxchange/addressbook/BaseAddressbookSystem.java b/Addressbook/src/org/mxchange/addressbook/BaseAddressbookSystem.java index 16c49c3..a835d3f 100644 --- a/Addressbook/src/org/mxchange/addressbook/BaseAddressbookSystem.java +++ b/Addressbook/src/org/mxchange/addressbook/BaseAddressbookSystem.java @@ -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(); } }