mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[feature/MNT-24127] EndpointToCalculateFolderSize
This commit is contained in:
@@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user