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:
parent
e98efe8f93
commit
e5be88924f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue