[feature/MNT-24127] EndpointToCalculateFolderSize

This commit is contained in:
mohit-singh4
2024-07-22 09:16:06 +05:30
parent 88d10f2f4f
commit 9578891af4

View File

@@ -243,16 +243,4 @@ public class NodeFolderSizeRelation implements CalculateSize<Map<String, Object>
} }
} }
private void validateAction()
{
if(folderSizeAction != null)
{
String errorInAction = (String) folderSizeAction.getParameterValue(NodeSizeActionExecuter.ERROR);
if(errorInAction != null && errorInAction.length()>1)
{
throw new AlfrescoRuntimeException(errorInAction);
}
}
}
} }