mirror of https://github.com/apache/lucene.git
fix comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3069@1506113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da3e923291
commit
90296a8d42
|
@ -273,7 +273,7 @@ public class TempFSTTermsReader extends FieldsProducer {
|
|||
return state.totalTermFreq;
|
||||
}
|
||||
|
||||
// Let PBF decodes metadata from long[] and byte[]
|
||||
// Let PBF decode metadata from long[] and byte[]
|
||||
private void decodeMetaData() throws IOException {
|
||||
if (!decoded && !seekPending) {
|
||||
if (meta.bytes != null) {
|
||||
|
|
Loading…
Reference in New Issue