]> git.mxchange.org Git - pizzaservice-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 19:56:17 +0000 (21:56 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionBean.java

index e9e7e7c64ef1664ab1eaecc4190b5a6ab5f2ee16..ed8de54a26405242f21060b3ecf93d5ff35638be 100644 (file)
@@ -771,10 +771,10 @@ public class PizzaUserWebSessionBean extends BasePizzaController implements Pizz
                        // 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?