Removed misleading code from RSQLUtility - unused operator '=li=' (#1030)

Signed-off-by: Sergey Gerasimov <sergey.gerasimov@devolo.de>
This commit is contained in:
Sergey Gerasimov
2020-10-28 17:56:47 +01:00
committed by GitHub
parent c2f7c2f778
commit 929f09a0c1

View File

@@ -153,7 +153,6 @@ public final class RSQLUtility {
try {
LOGGER.debug("parsing rsql string {}", rsql);
final Set<ComparisonOperator> operators = RSQLOperators.defaultOperators();
operators.add(new ComparisonOperator("=li=", false));
return new RSQLParser(operators).parse(rsql);
} catch (final IllegalArgumentException e) {
throw new RSQLParameterSyntaxException("rsql filter must not be null", e);