Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@124885 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-03-09 10:25:14 +00:00
parent 82ad0ae43e
commit f82c5dae7c
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ public class FilesStorage {
WorkspaceItem workSpaceItem = ws.getItem(itemId);
if (workSpaceItem.isFolder()) {
throw new StatAlgoImporterServiceException(
"Item is not valid folder!");
"Folder Item is not valid!");
}
return retrieveImputStream(user, workSpaceItem);