[Minor] forgot match mode further along

This commit is contained in:
Robert von Burg 2014-08-25 22:59:27 +02:00
parent 022ea46958
commit 690dfc9fc1
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ public abstract class InMemoryQueryVisitor<T extends GroupedParameterizedElement
ParameterSelector.<T> stringSelector( //
selection.getBagKey(), //
selection.getParamKey(), //
selection.getValue() //
, StringMatchMode.EQUALS_CASE_SENSITIVE);
selection.getValue(),//
selection.getMatchMode());
addSelector(stringSelector);
}