RM-4312: rewind changes on ServiceBaseImpl

This commit is contained in:
Silviu Dinuta
2016-11-04 18:15:49 +02:00
parent 7077ec96c5
commit af1cbfe3ff

View File

@@ -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
*/ */