]> git.mxchange.org Git - jcore-utils.git/commitdiff
Minor: empty method commented + tpyo fixed
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 11:19:58 +0000 (13:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 11:22:37 +0000 (13:22 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

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

index cd9cdf54cfb4aba1c55b4150cf26d2b6e98f8fcd..7facda64e2611089f0cfd2aec4bdfc8df78a2f42 100644 (file)
@@ -22,7 +22,7 @@ import org.apache.logging.log4j.Logger;
 
 /**
  * A general bean class. Do not put things in here that are not serializable.
- * The logger is currently not serializeable, so you will get error messages.
+ * The logger is currently not serializable, so you will get error messages.
  *
  * @author Roland Haeder
  */
@@ -70,5 +70,6 @@ public abstract class BaseFrameworkBean implements FrameworkBean {
         */
        @Override
        public void init () throws RuntimeException {
+               // Empty for now
        }
 }