add missing whitespace in exception message

(cherry picked from commit 9a904ab4c9)
This commit is contained in:
Sascha Szott
2025-03-21 14:20:07 +01:00
committed by github-actions[bot]
parent b988ffd48f
commit 705f71f369

View File

@@ -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!");
}