]> git.mxchange.org Git - pizzaservice-mailer-ejb.git/commitdiff
ignored for i18n
authorRoland Haeder <roland@mxchange.org>
Tue, 13 Oct 2015 10:31:02 +0000 (12:31 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 13 Oct 2015 10:31:02 +0000 (12:31 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/addressbook/model/addressbook/AddressbookSessionBean.java

index 84cca40a6910a5a278cdbf4aeddd6cab0620b86c..b79f78bf33082def9a34bee4b3b5bc5af75e4433 100644 (file)
@@ -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