]> git.mxchange.org Git - jcore.git/commitdiff
Minor: moved class member to proper position
authorRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 07:43:12 +0000 (09:43 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 07:43:12 +0000 (09:43 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/BaseFrameworkSystem.java

index 6c5267e69a59ff19d4def8267e1a312f0575b786..606361149e3378da8c176474d5a18898e7a905f5 100644 (file)
@@ -414,6 +414,16 @@ public class BaseFrameworkSystem implements FrameworkInterface {
                this.application = application;
        }
 
+       /**
+        * Getter for logger
+        *
+        * @return Logger
+        */
+       @Override
+       public final Logger getLogger () {
+               return this.LOG;
+       }
+
        /**
         * Manager instance
         *
@@ -529,7 +539,7 @@ public class BaseFrameworkSystem implements FrameworkInterface {
                
                // .. and exit
                System.exit(1);
-
+               
        }
 
        /**
@@ -585,16 +595,6 @@ public class BaseFrameworkSystem implements FrameworkInterface {
                return object;
        }
 
-       /**
-        * Getter for logger
-        *
-        * @return Logger
-        */
-       @Override
-       public final Logger getLogger () {
-               return this.LOG;
-       }
-
        /**
         * Getter for property which must exist
         *