Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 19, 2014
2 parents 779320a + 8851a75 commit a57bb35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.

This file was deleted.

Expand Up @@ -488,8 +488,6 @@ protected Object getValueFromFilter(ValueFilter filter, PropertyDefinition def)
Object value;
if (filter instanceof PropertyValueFilter) {
value = getValue(((PropertyValueFilter) filter).getValues());
} else if (filter instanceof StringValueFilter) {
value = ((StringValueFilter) filter).getValue();
} else {
throw new QueryException("Unknown filter '" + filter + "', can't get value from it.");
}
Expand Down

0 comments on commit a57bb35

Please sign in to comment.