Checkstyle fix

This commit is contained in:
Justin Borromeo 2019-03-08 14:11:07 -08:00
parent 73f4038068
commit cce917ab84
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class ScanQueryEngine
/**
* If we're performing time-ordering, we want to scan through every row in the segment (hence the maximum limit)
*/
private long calculateLimit(ScanQuery query, Map<String, Object> responseContext)
private long calculateLimit(ScanQuery query, Map<String, Object> responseContext)
{
if (query.getTimeOrder().equals(ScanQuery.TimeOrder.NONE)) {
return query.getLimit() - (long) responseContext.get(ScanQueryRunnerFactory.CTX_COUNT);