Only changed a log
This commit is contained in:
parent
2e0b2afa53
commit
056460cf65
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue