]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/application/AddressbookApplication.java
More cleanup from TDGP usage and towards EJB
[addressbook-lib.git] / src / org / mxchange / addressbook / application / AddressbookApplication.java
index 9a17d06b27127c8e384cf81fcb11f9b76af23006..21af4307ae90401fc7614eed849aa1eb913602b2 100644 (file)
@@ -150,7 +150,7 @@ public class AddressbookApplication extends BaseAddressbookSystem implements App
                this.initProperties();
 
                // Is the bundle initialized?
-               if (!this.isBundledInitialized()) {
+               if (!isBundledInitialized()) {
                        // Temporary initialize default bundle
                        // TODO The enum Gender uses this
                        this.initBundle();