]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2017 20:37:18 +0000 (22:37 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2017 19:26:33 +0000 (21:26 +0200)
- ignored for i18n tools

src/java/org/mxchange/jfinancials/beans/login/user/FinancialsUserLoginWebSessionBean.java

index b30d193515710e55b65987b6def2559d6ecb604e..0d365a7d290f8d84714ff21c6b95eaf19d2e7491 100644 (file)
@@ -65,12 +65,12 @@ public class FinancialsUserLoginWebSessionBean extends BaseFinancialsController
        /**
         * Path name for guest base template
         */
-       private static final String GUEST_BASE_TEMPLATE_NAME = "guest/guest";
+       private static final String GUEST_BASE_TEMPLATE_NAME = "guest/guest"; //NOI18N
 
        /**
         * Path name for logged-in user base template
         */
-       private static final String USER_BASE_TEMPLATE_NAME = "login/user/user";
+       private static final String USER_BASE_TEMPLATE_NAME = "login/user/user"; //NOI18N
 
        /**
         * Serial number