Skip to content

Commit

Permalink
JavaModuleNamingProxy - resource bundle is neither required nor avail…
Browse files Browse the repository at this point in the history
…able

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Sep 18, 2022
1 parent 251927e commit 25cd3bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class JavaModuleNamingProxy implements NamedNamingObjectProxy, PostConstr
static final String JAVA_MODULE_NAME = "java:module/ModuleName";
static final String JAVA_APP_SERVICE_LOCATOR = "java:app/hk2/ServiceLocator";

private static final Logger LOG = LogDomains.getLogger(JavaModuleNamingProxy.class, LogDomains.JNDI_LOGGER);
private static final Logger LOG = LogDomains.getLogger(JavaModuleNamingProxy.class, LogDomains.JNDI_LOGGER, false);

@Inject
private ServiceLocator habitat;
Expand Down

0 comments on commit 25cd3bf

Please sign in to comment.