ref 11724: SAI - Update to StorageHUB

https://support.d4science.org/issues/11724

Updated to StorageHub 

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@169996 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-07-31 10:48:49 +00:00
parent be76132e5b
commit 377d755e87
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ public class FilesStorage {
* @throws StatAlgoImporterServiceException
* Exception
*/
public InputStream retrieveInputStream(String user, WorkspaceItem wi) throws StatAlgoImporterServiceException {
private InputStream retrieveInputStream(String user, WorkspaceItem wi) throws StatAlgoImporterServiceException {
InputStream is = null;
try {
logger.info("Retrieve input stream: [user=" + user + ", workspaceItem=" + wi + "]");