just indentation
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/storagehub-client-wrapper@171978 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
9632887519
commit
577f79af79
|
@ -693,9 +693,7 @@ public final class WorkspaceStorageHubClientService implements Workspace{
|
|||
throw new Exception("Input list of id for moving is null or empty");
|
||||
|
||||
Validate.notNull(folderDestinationId,"The folderDestinationId is null");
|
||||
|
||||
destFolderContainer = storageHubClientService.getFolderContainer(folderDestinationId);
|
||||
|
||||
List<WorkspaceItem> toReturnItems = new ArrayList<WorkspaceItem>(itemIds.size());
|
||||
|
||||
for (String itemId : itemIds) {
|
||||
|
@ -731,9 +729,7 @@ public final class WorkspaceStorageHubClientService implements Workspace{
|
|||
throw new Exception("Input list of id for copying is null or empty");
|
||||
|
||||
Validate.notNull(folderDestinationId,"The folderDestinationId is null");
|
||||
|
||||
destFolderContainer = storageHubClientService.getFolderContainer(folderDestinationId);
|
||||
|
||||
List<WorkspaceItem> toReturnItems = new ArrayList<WorkspaceItem>(itemIds.size());
|
||||
|
||||
for (String itemId : itemIds) {
|
||||
|
|
Loading…
Reference in New Issue