From: Roland Häder Date: Fri, 13 May 2016 14:40:49 +0000 (+0200) Subject: ignored for i18n X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=388b73d4ad64327076309bff8924a20edb998246;p=jfinancials-war.git ignored for i18n Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/addressbook/beans/user/AddressbookUserWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/user/AddressbookUserWebSessionBean.java index 01532d57..8fa71470 100644 --- a/src/java/org/mxchange/addressbook/beans/user/AddressbookUserWebSessionBean.java +++ b/src/java/org/mxchange/addressbook/beans/user/AddressbookUserWebSessionBean.java @@ -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?