mirror of https://github.com/apache/lucene.git
fix silly typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1044940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0db62822e0
commit
a586a6d741
|
@ -54,7 +54,7 @@ final class TermVectorsTermsWriter extends TermsHashConsumer {
|
|||
// hit non-aborting exceptions, in which case we will
|
||||
// not have yet init'd the TermVectorsWriter. This is
|
||||
// actually OK (unlike in the stored fields case)
|
||||
// because, although IieldInfos.hasVectors() will return
|
||||
// because, although FieldInfos.hasVectors() will return
|
||||
// true, the TermVectorsReader gracefully handles
|
||||
// non-existence of the term vectors files.
|
||||
|
||||
|
|
Loading…
Reference in New Issue