]> git.mxchange.org Git - jfinancials-swing.git/commitdiff
ignored for internationalization
authorRoland Haeder <roland@mxchange.org>
Mon, 5 Oct 2015 09:57:59 +0000 (11:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 5 Oct 2015 09:57:59 +0000 (11:57 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/addressbook/application/AddressbookApplication.java

index 813e7974e3428a0746f873e9150cf3218eb17e35..921078d14bd61d77d49ad1e19d507eea60685c08 100644 (file)
@@ -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);