]> git.mxchange.org Git - jjobs-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 19:25:07 +0000 (21:25 +0200)
src/java/org/mxchange/jcontacts/contact/JobsContactSessionBean.java

index 4bb8b9cce9afaaa9e6d8c2993adfd88ed69f89ef..3b4736b56cf19da712fc8521c7bd10b47815f78b 100644 (file)
@@ -274,7 +274,7 @@ public class JobsContactSessionBean extends BaseJobsDatabaseBean implements Cont
                        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
@@ -304,7 +304,7 @@ public class JobsContactSessionBean extends BaseJobsDatabaseBean implements Cont
                        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