Convert nocommit to TODO in SeqNoFieldMapper

This commit converts a nocommit to a TODO in SeqNoFieldMapper that will
be dealt with in a follow-up.
This commit is contained in:
Jason Tedor 2016-11-11 16:11:41 -05:00
parent c77d285699
commit 8d1260a58a
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ public class SeqNoFieldMapper extends MetadataFieldMapper {
@Override
public FieldStats stats(IndexReader reader) throws IOException {
// nocommit remove implementation when late-binding commits
// are possible
// TODO: remove implementation when late-binding commits are possible
final List<LeafReaderContext> leaves = reader.leaves();
if (leaves.isEmpty()) {
return null;