]> git.mxchange.org Git - addressbook-war.git/commitdiff
ignored for i18n
authorRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 08:45:48 +0000 (10:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 08:45:48 +0000 (10:45 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/addressbook/beans/shares/SharesWebBean.java

index d83bba58bbe1be2d738ea9c2be393dc1a1e6c55e..ddb1df43a24e3d852c2595fc7fef27ea04f54b73 100644 (file)
@@ -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);