]> git.mxchange.org Git - addressbook-war.git/commitdiff
ignored for i18n
authorRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:25:50 +0000 (22:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:25:50 +0000 (22:25 +0200)
src/java/org/mxchange/addressbook/beans/country/CountryWebBean.java

index dd9186892ad6602b78cb2e0412b61c3c6be66564..105ca0c57c188ef0b7b4bfa593dc9ce0b1e54cb7 100644 (file)
@@ -61,7 +61,7 @@ public class CountryWebBean implements CountryWebController {
                        Context context = new InitialContext();
 
                        // Try to lookup the bean
-                       this.countryBean = (AddressbookCountrySingletonBeanRemote) context.lookup("ejb/addressbook-singleton-country");
+                       this.countryBean = (AddressbookCountrySingletonBeanRemote) context.lookup("ejb/addressbook-singleton-country"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);