use the alias to have direct access as the default will be overriden

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1417544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-05 17:25:29 +00:00
parent e64c232ac9
commit 21bb85c936
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class DefaultArchivaRuntimeConfigurationAdmin
{
@Inject
@Named(value = "userConfiguration")
@Named(value = "userConfiguration#redback")
UserConfiguration userConfiguration;
@PostConstruct