From: Roland Haeder Date: Thu, 6 Aug 2015 07:43:12 +0000 (+0200) Subject: Minor: moved class member to proper position X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d856064080a3140b1a120b40096662c336c6ea9;p=jcore.git Minor: moved class member to proper position Signed-off-by:Roland Häder --- diff --git a/src/org/mxchange/jcore/BaseFrameworkSystem.java b/src/org/mxchange/jcore/BaseFrameworkSystem.java index 6c5267e..6063611 100644 --- a/src/org/mxchange/jcore/BaseFrameworkSystem.java +++ b/src/org/mxchange/jcore/BaseFrameworkSystem.java @@ -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 *