Skip to content

Commit

Permalink
Add missing override annotation to HistoVS (elastic#54534)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon authored Apr 10, 2020
1 parent 6d28596 commit 1328e4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public boolean advanceExact(int doc) throws IOException {
};
}

@Override
public HistogramValues getHistogramValues(LeafReaderContext context) throws IOException {
return indexFieldData.load(context).getHistogramValues();
}
Expand Down

0 comments on commit 1328e4b

Please sign in to comment.