Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@130858 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-07-27 16:29:54 +00:00
parent b845e4fce9
commit 0c14d3966e
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class StorageUtil {
throw new ServiceException("Attention this is a folder!");
}
return workSpaceItem.getPublicLink(true);
return workSpaceItem.getPublicLink(false);
} catch (WorkspaceFolderNotFoundException | InternalErrorException
| HomeNotFoundException | ItemNotFoundException e) {