]> git.mxchange.org Git - jjobs-war.git/commitdiff
ignored for i18n
authorRoland Häder <roland@mxchange.org>
Fri, 13 May 2016 14:40:49 +0000 (16:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 14 May 2016 13:13:57 +0000 (15:13 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionBean.java

index 3acd67283e77499c1b7657319b57eb0b0fcfc722..b8d57531cf0f6c6cb42dc6dd061788bf062c4e72 100644 (file)
@@ -764,10 +764,10 @@ public class JobsUserWebSessionBean extends BaseJobsController implements JobsUs
                        // Contact should be set
                        if (next.getUserContact() == null) {
                                // Contact is null
-                               throw new NullPointerException(MessageFormat.format("next.userContact is null for user id {0}", + next.getUserId()));
+                               throw new NullPointerException(MessageFormat.format("next.userContact is null for user id {0}", next.getUserId())); //NOI18N
                        } else if (next.getUserContact().getContactEmailAddress() == null) {
                                // Email address should be set
-                               throw new NullPointerException(MessageFormat.format("next.userContact.contactEmailAddress is null for user id {0}", next.getUserId()));
+                               throw new NullPointerException(MessageFormat.format("next.userContact.contactEmailAddress is null for user id {0}", next.getUserId())); //NOI18N //NOI18N
                        }
 
                        // Is the email address found?