Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
vigyasharma committed Apr 21, 2022
1 parent 52f66fc commit 54a68a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3340,8 +3340,7 @@ public void addIndexesReaderMerge(MergePolicy.OneMerge merge) throws IOException
Bits liveDocs = reader.hardLiveDocs;
numSoftDeleted +=
PendingSoftDeletes.countSoftDeletes(
DocValuesIterator.getDocValuesDocIdSetIterator(
config.getSoftDeletesField(), leaf),
DocValuesIterator.getDocValuesDocIdSetIterator(config.getSoftDeletesField(), leaf),
liveDocs);
}
}
Expand Down

0 comments on commit 54a68a9

Please sign in to comment.