mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
RM-6941 code change for test case [ags]
This commit is contained in:
@@ -304,7 +304,6 @@ public class RecordsManagementActionServiceImpl implements RecordsManagementActi
|
||||
if (retentionActions.contains(name.toLowerCase()) && freezeService.isFrozenOrHasFrozenChildren(nodeRef))
|
||||
{
|
||||
String msg = I18NUtil.getMessage(MSG_NODE_FROZEN, name);
|
||||
|
||||
log.debug(msg);
|
||||
|
||||
throw new AlfrescoRuntimeException(msg);
|
||||
|
Reference in New Issue
Block a user