mirror of https://github.com/apache/lucene.git
LUCENE-5969: add missing @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6c26f84a8
commit
e8e9b287ee
|
@ -123,6 +123,7 @@ final class Lucene40FieldReader extends Terms implements Accountable {
|
|||
}
|
||||
|
||||
/** For debugging -- used by CheckIndex too*/
|
||||
@Override
|
||||
public Lucene40Stats getStats() throws IOException {
|
||||
return new Lucene40SegmentTermsEnum(this).computeBlockStats();
|
||||
}
|
||||
|
|
|
@ -120,6 +120,7 @@ public final class FieldReader extends Terms implements Accountable {
|
|||
}
|
||||
|
||||
/** For debugging -- used by CheckIndex too*/
|
||||
@Override
|
||||
public Stats getStats() throws IOException {
|
||||
return new SegmentTermsEnum(this).computeBlockStats();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue