]> git.mxchange.org Git - jjobs-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:14:42 +0000 (21:14 +0200)
- ignored for i18n tools

src/java/org/mxchange/jjobs/beans/login/user/JobsUserLoginWebSessionBean.java

index ab4f55c1ec2afb7851a0f644fef73dfc249e5e52..059721dcce447d04966c8cae3567e728acc8428f 100644 (file)
@@ -65,12 +65,12 @@ public class JobsUserLoginWebSessionBean extends BaseJobsController implements J
        /**
         * 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