]> git.mxchange.org Git - jfinancials-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>
Fri, 13 May 2016 20:38:47 +0000 (22:38 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/user/AddressbookUserWebSessionBean.java

index 01532d57046126f87f93ca6dd477ea837bb32ee7..8fa714708781d4154a8a5e46efe888cdb6c63126 100644 (file)
@@ -769,10 +769,10 @@ public class AddressbookUserWebSessionBean extends BaseAddressbookController imp
                        // 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?