Search-347, fixed interval check

This commit is contained in:
Michael Suzuki
2017-05-16 13:51:23 +01:00
parent 99b4b3b0af
commit b943c8b0a5

View File

@@ -1096,7 +1096,7 @@ public class SearchParameters implements BasicSearchParameters
{
return true;
}
if(interval != null && !interval.getIntervals().isEmpty() || !interval.getSets().isEmpty())
if(interval != null)
{
return true;
}