Skip to content

Commit 3081cfa

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 503b524 commit 3081cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/tsdb/es819/ES819TSDBDocValuesProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public BlockLoader.Block tryRead(BlockLoader.BlockFactory factory, BlockLoader.D
389389
return factory.constantBytes(BytesRef.deepCopyOf(b), docCount - offset);
390390
}
391391
// TODO: Since ordinals are sorted, start at 0 (offset by startValue), scan until lastValue,
392-
// then fill remaining positions with lastValue.
392+
// then fill remaining positions with lastValue.
393393
}
394394
return null;
395395
}

0 commit comments

Comments
 (0)