]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
removed double //NOI18N (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Mon, 15 Aug 2016 14:32:16 +0000 (16:32 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 16 Aug 2016 18:09:07 +0000 (20:09 +0200)
src/java/org/mxchange/jcontacts/contact/PizzaContactSessionBean.java

index f2d21cecb9f696e38d2b4d7d4913facc2b7da860..5b002df26135cdff9507961cb2015cf894774e96 100644 (file)
@@ -276,7 +276,7 @@ public class PizzaContactSessionBean extends BasePizzaDatabaseBean implements Co
                        throw new NullPointerException("contact is null"); //NOI18N
                } else if (contact.getContactId() == null) {
                        // Throw NPE again
-                       throw new NullPointerException("contact.contactId is null"); //NOI18N //NOI18N
+                       throw new NullPointerException("contact.contactId is null"); //NOI18N
                } else if (contact.getContactId() < 1) {
                        // Not valid
                        throw new IllegalStateException(MessageFormat.format("contact.contactId={0} is not valid.", contact.getContactId())); //NOI18N
@@ -306,7 +306,7 @@ public class PizzaContactSessionBean extends BasePizzaDatabaseBean implements Co
                        throw new NullPointerException("contact is null"); //NOI18N
                } else if (contact.getContactId() == null) {
                        // Throw NPE again
-                       throw new NullPointerException("contact.contactId is null"); //NOI18N //NOI18N
+                       throw new NullPointerException("contact.contactId is null"); //NOI18N
                } else if (contact.getContactId() < 1) {
                        // Not valid
                        throw new IllegalStateException(MessageFormat.format("contact.contactId={0} is not valid.", contact.getContactId())); //NOI18N