[MNT-24127] Added Endpoint to Calculate Size of the folder with Integration Test Cases [ags][tas]

This commit is contained in:
mohit-singh4
2024-06-26 11:44:49 +05:30
parent 7daf9c0d61
commit 2bf9dac653

View File

@@ -118,7 +118,7 @@ public class NodeSizeActionExecuter extends ActionExecuterAbstractBase
NodeRef nodeRef = actionedUponNodeRef;
long totalSize = 0;
long resultSize;
ResultSet results = null;
ResultSet results;
boolean isCalculationCompleted = false;
StringBuilder aftsQuery = new StringBuilder();