From a2ce6ed3d496765fc5d70877ea5a327c555dcbc9 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 5 Oct 2015 11:57:59 +0200 Subject: [PATCH] =?utf8?q?ignored=20for=20internationalization=20Signed-of?= =?utf8?q?f-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../addressbook/application/AddressbookApplication.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/addressbook/application/AddressbookApplication.java b/src/org/mxchange/addressbook/application/AddressbookApplication.java index 813e797..921078d 100644 --- a/src/org/mxchange/addressbook/application/AddressbookApplication.java +++ b/src/org/mxchange/addressbook/application/AddressbookApplication.java @@ -78,10 +78,10 @@ public class AddressbookApplication extends BaseApplication implements Applicati Context context = new InitialContext(); // Get logger - this.logger = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); + this.logger = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); //NOI18N } catch (final NamingException ex) { // Output it and exit - System.err.println(MessageFormat.format("Cannot initialize: {0}", ex)); + System.err.println(MessageFormat.format("Cannot initialize: {0}", ex)); //NOI18N // Abort here System.exit(1); -- 2.39.5