]> git.mxchange.org Git - jcore-utils.git/commitdiff
renamed localInit() -> genericInit()
authorRoland Haeder <roland@mxchange.org>
Sun, 6 Sep 2015 17:41:58 +0000 (19:41 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 6 Sep 2015 17:41:58 +0000 (19:41 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcoreee/beans/BaseFrameworkBean.java

index 49677645a6298c9cea761b0575c8115c24e35e34..027727143a16170e12cce2054d43a9c08b1402a4 100644 (file)
@@ -67,7 +67,7 @@ public abstract class BaseFrameworkBean implements FrameworkBean {
         *
         * @throws RuntimeException If something unexpected happens
         */
-       protected void localInit () throws RuntimeException {
+       protected void genericInit () throws RuntimeException {
                // Empty for now
        }
 }