]> git.mxchange.org Git - jcore-utils.git/commitdiff
Renamed method as this is no business method.
authorRoland Haeder <roland@mxchange.org>
Sun, 6 Sep 2015 09:07:06 +0000 (11:07 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 6 Sep 2015 09:07:06 +0000 (11:07 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcoreee/beans/BaseFrameworkBean.java

index 295adf3624c5d28482cb311d0a0b00d0b36ac63d..49677645a6298c9cea761b0575c8115c24e35e34 100644 (file)
@@ -63,13 +63,11 @@ public abstract class BaseFrameworkBean implements FrameworkBean {
        }
 
        /**
-        * Super initialization method. Do not set @PostConstruct here. If you overwrite this method, please call it
-        * before (!) your own initialization.
+        * Super initialization method. If you overwrite this method, please call it before (!) your own initialization.
         *
         * @throws RuntimeException If something unexpected happens
         */
-       @Override
-       public void init () throws RuntimeException {
+       protected void localInit () throws RuntimeException {
                // Empty for now
        }
 }