From: Roland Haeder Date: Wed, 14 Oct 2015 08:45:48 +0000 (+0200) Subject: ignored for i18n X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c386145c87d2d71303d648d8d1656201a722eefe;p=addressbook-war.git ignored for i18n Signed-off-by:Roland Häder --- diff --git a/src/java/org/mxchange/addressbook/beans/shares/SharesWebBean.java b/src/java/org/mxchange/addressbook/beans/shares/SharesWebBean.java index d83bba58..ddb1df43 100644 --- a/src/java/org/mxchange/addressbook/beans/shares/SharesWebBean.java +++ b/src/java/org/mxchange/addressbook/beans/shares/SharesWebBean.java @@ -61,7 +61,7 @@ public class SharesWebBean implements SharesWebController { Context context = new InitialContext(); // Look up bean - this.shareBean = (SharedAddressbooksSessionBeanRemote) context.lookup("ejb/stateless-share"); + this.shareBean = (SharedAddressbooksSessionBeanRemote) context.lookup("ejb/stateless-share"); //NOI18N } catch (final NamingException ex) { // Continue to throw throw new FaceletException(ex);