]> git.mxchange.org Git - jaddressbook-share-lib.git/commitdiff
Sorted members
authorRoland Haeder <roland@mxchange.org>
Mon, 27 Jul 2015 12:04:02 +0000 (14:04 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 27 Jul 2015 12:04:02 +0000 (14:04 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java

index 431aeb456a8e49677e56f1aba655014fd1dc7f92..9580cd137b1405b673b294fc32b58d68afdfc67e 100644 (file)
@@ -131,6 +131,15 @@ public class BaseFrameworkSystem implements FrameworkInterface {
                this.application = application;
        }
 
+       /**
+        * Getter for bundle instance
+        *
+        * @return Resource bundle
+        */
+       protected final ResourceBundle getBundle () {
+               return this.bundle;
+       }
+
        /**
         * Getter for logger
         *
@@ -157,13 +166,4 @@ public class BaseFrameworkSystem implements FrameworkInterface {
        protected final void setTableName (final String tableName) {
                this.tableName = tableName;
        }
-
-       /**
-        * Getter for bundle instance
-        *
-        * @return Resource bundle
-        */
-       protected final ResourceBundle getBundle () {
-               return this.bundle;
-       }
 }