[Minor] Code cleanup

This commit is contained in:
Robert von Burg 2020-03-26 17:00:02 +01:00
parent d4f76485b1
commit d9e27cbaab
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class IsInReportFilter extends ReportFilterPolicy {
} else if (value instanceof Parameter) {
Parameter parameter = (Parameter) value;
Parameter<?> parameter = (Parameter<?>) value;
if (this.right == null) {
StrolchValueType valueType = parameter.getValueType();
if (valueType == StrolchValueType.DATE)