mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
add missing whitespace in exception message
(cherry picked from commit 9a904ab4c9
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
b988ffd48f
commit
705f71f369
@@ -302,7 +302,7 @@ public class DiscoverQueryBuilder implements InitializingBean {
|
||||
|
||||
if (StringUtils.isNotBlank(sortBy) && !isConfigured(sortBy, searchSortConfiguration)) {
|
||||
throw new SearchServiceException(
|
||||
"The field: " + sortBy + "is not configured for the configuration!");
|
||||
"The field: " + sortBy + " is not configured for the configuration!");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user