]> git.mxchange.org Git - jcore-utils.git/blobdiff - src/org/mxchange/jcoreee/BaseEeSystem.java
fixed path for Linux/MacOS
[jcore-utils.git] / src / org / mxchange / jcoreee / BaseEeSystem.java
index 84ec71ac43f36dace158ea855110da83f0a50ab4..357b1b7b63815368cdbc6a72053ada8d3583d2ce 100644 (file)
@@ -22,7 +22,7 @@ import java.util.ResourceBundle;
 /**
  * A general class for Java EE applications. You should not include this in your
  * web applications as this requires that the bundle has to be placed here.
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 public abstract class BaseEeSystem implements Serializable {
@@ -47,20 +47,20 @@ public abstract class BaseEeSystem implements Serializable {
 
        /**
         * Getter for bundle instance
-        *
+        * <p>
         * @return Bundle instance
         */
-       protected ResourceBundle getBundle () {
+       private ResourceBundle getBundle () {
                return this.bundle;
        }
 
        /**
         * Getter for message from given key
-        *
+        * <p>
         * @param key Key to get message from
         * @return Message
         */
-       protected String getMessageStringFromKey (final String key) {
+       protected String getMessageFromKey (final String key) {
                // Is the bundle loaded?
                if (this.getBundle() == null) {
                        // Abort here