From: Roland Haeder Date: Tue, 13 Oct 2015 10:31:02 +0000 (+0200) Subject: ignored for i18n X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5c9b0364edc2743af62d910b480063d714c3dcd;p=addressbook-mailer-ejb.git ignored for i18n Signed-off-by:Roland Häder --- diff --git a/src/java/org/mxchange/addressbook/model/addressbook/AddressbookSessionBean.java b/src/java/org/mxchange/addressbook/model/addressbook/AddressbookSessionBean.java index 84cca40..b79f78b 100644 --- a/src/java/org/mxchange/addressbook/model/addressbook/AddressbookSessionBean.java +++ b/src/java/org/mxchange/addressbook/model/addressbook/AddressbookSessionBean.java @@ -121,10 +121,10 @@ public class AddressbookSessionBean extends BaseDatabaseBean implements Addressb } // Get query instance - Query query = this.getEntityManager().createNamedQuery("FindAddressbookById"); + Query query = this.getEntityManager().createNamedQuery("FindAddressbookById"); //NOI18N // Set parameter - query.setParameter("id", addressbookId); + query.setParameter("id", addressbookId); //NOI18N // Default is not valid boolean isValid = false; @@ -138,7 +138,7 @@ public class AddressbookSessionBean extends BaseDatabaseBean implements Addressb isValid = true; } catch (final NoResultException ex) { // Debug log only, maybe out-dated link followed - this.getLoggerBeanLocal().logDebug(MessageFormat.format("isAddressbookIdUsed: addressbookId={0} is not valid: {1}", addressbookId, ex)); + this.getLoggerBeanLocal().logDebug(MessageFormat.format("isAddressbookIdUsed: addressbookId={0} is not valid: {1}", addressbookId, ex)); //NOI18N } // Return result