Refs #21970: Remove HL from nlphub

Updated to StorageHub
master
Giancarlo Panichi 3 years ago
parent 4053c19863
commit d423685b78

@ -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);

Loading…
Cancel
Save