Only changed a log

This commit is contained in:
francesco 2020-03-13 14:40:50 +01:00
parent 2e0b2afa53
commit 056460cf65
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ public final class WorkspaceStorageHubClientService implements Workspace{
throws InternalErrorException, ItemNotFoundException,
WrongItemTypeException {
LOGGER.debug("called text");
LOGGER.debug("called search");
Validate.notNull(folderId,"The input folderid is null");
try {
List<? extends Item> items = storageHubClientService.searchForText(text, folderId);