ref #11879: TDM - Update to StorageHUB

https://support.d4science.org/issues/#11879

Updated to StorageHub



git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@171479 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-09-14 15:52:14 +00:00
parent e98efe8f93
commit e5be88924f
1 changed files with 1 additions and 1 deletions

View File

@ -3797,7 +3797,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements TDGWTServi
logger.debug("GetFileFromWorkspace: "+csvImportSession);
FilesStorage filesStorage = new FilesStorage();
ItemDescription itemDescription = filesStorage.getItem(serviceCredentials.getUserName(),
csvImportSession.getId());
csvImportSession.getItemId());
CSVFileUploadSession fileUploadSession = new CSVFileUploadSession();
// CSVImportMonitor csvImportMonitor = new CSVImportMonitor();