mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed runtime error. Transfer completion was not possible.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58272 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -35,7 +35,6 @@ import org.alfresco.module.org_alfresco_module_rm.freeze.FreezeService;
|
||||
import org.alfresco.module.org_alfresco_module_rm.model.RecordsManagementModel;
|
||||
import org.alfresco.module.org_alfresco_module_rm.record.RecordService;
|
||||
import org.alfresco.module.org_alfresco_module_rm.recordfolder.RecordFolderService;
|
||||
import org.alfresco.module.org_alfresco_module_rm.security.ExtendedSecurityService;
|
||||
import org.alfresco.module.org_alfresco_module_rm.transfer.TransferService;
|
||||
import org.alfresco.module.org_alfresco_module_rm.util.ServiceBaseImpl;
|
||||
import org.alfresco.repo.policy.Behaviour.NotificationFrequency;
|
||||
@@ -155,14 +154,6 @@ public class RecordsManagementServiceImpl extends ServiceBaseImpl
|
||||
return serviceRegistry.getDispositionService();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Extended Security Service
|
||||
*/
|
||||
private ExtendedSecurityService getExtendedSecurityService()
|
||||
{
|
||||
return serviceRegistry.getExtendedSecurityService();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Script Service
|
||||
*/
|
||||
|
Reference in New Issue
Block a user