NIHVIVO-1943 Correction to last commit, which broke the build due to an incomplete refactoring

This commit is contained in:
rjy7 2011-01-28 16:04:02 +00:00
parent 922a83f512
commit 5a84820263

View file

@ -77,7 +77,7 @@ public class CollatedObjectPropertyTemplateModel extends ObjectPropertyTemplateM
protected ConfigError checkQuery(String queryString) { protected ConfigError checkQuery(String queryString) {
if (StringUtils.isBlank(queryString)) { if (StringUtils.isBlank(queryString)) {
return ConfigError.NO_QUERY; return ConfigError.NO_SELECT_QUERY;
} }
Matcher m; Matcher m;