NIHVIVO-1943 Correction to last commit, which broke the build due to an incomplete refactoring
This commit is contained in:
parent
922a83f512
commit
5a84820263
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class CollatedObjectPropertyTemplateModel extends ObjectPropertyTemplateM
|
|||
protected ConfigError checkQuery(String queryString) {
|
||||
|
||||
if (StringUtils.isBlank(queryString)) {
|
||||
return ConfigError.NO_QUERY;
|
||||
return ConfigError.NO_SELECT_QUERY;
|
||||
}
|
||||
|
||||
Matcher m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue