Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2cf632b9 authored by Nicolas Bailliet's avatar Nicolas Bailliet
Browse files

IUAINFRA-60 | Fix on Operational preferences property value

parent 69fa6907
No related branches found
No related tags found
3 merge requests!12Develop,!8Release 1.0.1,!7IUAINFRA-60 | Fix on Operational preferences property value
......@@ -15,7 +15,7 @@ import javax.inject.Inject;
public class AudienceSecretRetrieverImpl implements AudienceSecretRetriever {
private static final GazelleLogger LOGGER = GazelleLoggerFactory.getInstance().getLogger(AudienceSecretRetrieverImpl.class);
private static final String AUDIENCE_JNDI_NAMESPACE = "java:app/gazelle/chiua-validator-service/operational-preferences";
private static final String AUDIENCE_JNDI_NAMESPACE = "java:/app/gazelle/chiua-validator-service/operational-preferences";
@Inject
private OperationalPreferencesService preferencesService;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment