Mentions légales du service

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

Merge branch 'hotfix/IUAINFRA-60' into 'develop'

IUAINFRA-60 | Fix on Operational preferences property value

See merge request !7
parents 69fa6907 2cf632b9
No related branches found
No related tags found
Loading
......@@ -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