X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Fapplication%2FAddressbookApplication.java;h=5a11c898d24ee35def0cc6d5fb7346274b3bbb49;hb=1e17ba68aead440d98580eba67ab8ebdfbbfb1c6;hp=4be3359bdbe5fb7c6a7cbb6d3d62d55fdaed979b;hpb=f2010ed4e24bb3e08ee7884184ee23f35193200d;p=jbonuscard-lib.git diff --git a/src/org/mxchange/addressbook/application/AddressbookApplication.java b/src/org/mxchange/addressbook/application/AddressbookApplication.java index 4be3359..5a11c89 100644 --- a/src/org/mxchange/addressbook/application/AddressbookApplication.java +++ b/src/org/mxchange/addressbook/application/AddressbookApplication.java @@ -149,8 +149,12 @@ public class AddressbookApplication extends BaseAddressbookSystem implements App // Init properties file this.initProperties(); - // Init bundle - this.initBundle(); + // Is the bundle initialized? + if (!this.isBundledInitialized()) { + // Temporary initialize default bundle + // TODO The enum Gender uses this + this.initBundle(); + } } /** @@ -206,7 +210,7 @@ public class AddressbookApplication extends BaseAddressbookSystem implements App // Debug message this.getLogger().trace("CALLED!"); //NOI18N - // @TODO The application should be running now + // TODO The application should be running now // Output introduction this.showIntro();