mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-3274 - fixed invalid AuthenticationUtil bean refference
This commit is contained in:
@@ -54,12 +54,19 @@ public class ExtendedImapServiceImpl extends ImapServiceImpl
|
||||
this.dictionaryService = dictionaryService;
|
||||
}
|
||||
|
||||
public void setAuthenticationUtil(AuthenticationUtil authenticationUtil)
|
||||
{
|
||||
this.authenticationUtil = authenticationUtil;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPolicyFilter(BehaviourFilter policyBehaviourFilter)
|
||||
{
|
||||
this.policyBehaviourFilter = policyBehaviourFilter;
|
||||
super.setPolicyFilter(policyBehaviourFilter);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setNodeService(NodeService nodeService)
|
||||
{
|
||||
this.nodeService = nodeService;
|
||||
|
Reference in New Issue
Block a user