VirtualPropertyResolver extends now StrLookup to avoid an additonal wrapper in RSQLUtility
Signed-off-by: Dominik Herbst <dominik.herbst@bosch-si.com>
This commit is contained in:
@@ -64,7 +64,7 @@ public class VirtualPropertyResolverTest {
|
||||
}
|
||||
});
|
||||
|
||||
this.substitutor = new StrSubstitutor(new RSQLUtility.StrLookupAdapter(resolverUnderTest),
|
||||
this.substitutor = new StrSubstitutor(resolverUnderTest,
|
||||
StrSubstitutor.DEFAULT_PREFIX,
|
||||
StrSubstitutor.DEFAULT_SUFFIX, StrSubstitutor.DEFAULT_ESCAPE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user