removing comment
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/storagehub-client-wrapper@171886 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c93c3b89bf
commit
9c16237ed7
|
@ -335,17 +335,6 @@ public final class WorkspaceStorageHubClientService implements Workspace{
|
|||
@Override
|
||||
public WorkspaceItem getItem(String itemId) throws ItemNotFoundException, InternalErrorException {
|
||||
|
||||
/*Validate.notNull(itemId,"The input itemId is null");
|
||||
Item item;
|
||||
try {
|
||||
item = storageHubClientService.getItem(itemId);
|
||||
}
|
||||
catch (Exception e) {
|
||||
logger.error("Error during get item with id: "+itemId,e);
|
||||
throw new InternalErrorException(e.getMessage());
|
||||
}
|
||||
return HLMapper.toWorkspaceItem(item, withAccounting, withFileDetails, withMapProperties);*/
|
||||
|
||||
return getItem(itemId, withAccounting, withFileDetails, withMapProperties);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue