From c5c9b0364edc2743af62d910b480063d714c3dcd Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 13 Oct 2015 12:31:02 +0200 Subject: [PATCH] =?utf8?q?ignored=20for=20i18n=20Signed-off-by:Roland=20H?= =?utf8?q?=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../model/addressbook/AddressbookSessionBean.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5