RM-6941 code change for test case [ags]

This commit is contained in:
bdwiwedi
2021-08-13 15:34:21 +05:30
parent f61d9ebde6
commit ae3a024184

View File

@@ -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);