Refs #21970: Remove HL from nlphub

Updated to StorageHub
This commit is contained in:
Giancarlo Panichi 2021-09-08 18:25:58 +02:00
parent 4053c19863
commit d423685b78
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class WorkspaceManager {
String error = "Error uploading the file " + name + " : " + e.getLocalizedMessage();
logger.error(error, e);
throw new NlpHubException(error, e);
}
}
String itemId = fileContainer.get().getId();
logger.debug("Item id uploaded: " + itemId);