mirror of https://github.com/apache/lucene.git
remove stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1493345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57d23ada87
commit
8c6a36003c
|
@ -50,10 +50,6 @@ public class BlockTermState extends OrdTermState {
|
|||
totalTermFreq = other.totalTermFreq;
|
||||
termBlockOrd = other.termBlockOrd;
|
||||
blockFilePointer = other.blockFilePointer;
|
||||
|
||||
// NOTE: don't copy blockTermCount;
|
||||
// it's "transient": used only by the "primary"
|
||||
// termState, and regenerated on seek by TermState
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue