mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4312: rewind changes on ServiceBaseImpl
This commit is contained in:
@@ -71,9 +71,9 @@ public class ServiceBaseImpl implements RecordsManagementModel, ApplicationConte
|
|||||||
|
|
||||||
/** authentication helper */
|
/** authentication helper */
|
||||||
protected AuthenticationUtil authenticationUtil;
|
protected AuthenticationUtil authenticationUtil;
|
||||||
|
|
||||||
/** transactional resource helper */
|
/** transactional resource helper */
|
||||||
protected TransactionalResourceHelper transactionalResourceHelper;
|
protected TransactionalResourceHelper transactionalResourceHelper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see org.springframework.context.ApplicationContextAware#setApplicationContext(org.springframework.context.ApplicationContext)
|
* @see org.springframework.context.ApplicationContextAware#setApplicationContext(org.springframework.context.ApplicationContext)
|
||||||
@@ -115,7 +115,7 @@ public class ServiceBaseImpl implements RecordsManagementModel, ApplicationConte
|
|||||||
{
|
{
|
||||||
this.authenticationUtil = authenticationUtil;
|
this.authenticationUtil = authenticationUtil;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param transactionalResourceHelper transactional resource helper
|
* @param transactionalResourceHelper transactional resource helper
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user