Javadoc correction

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christoph Goller 2004-05-20 11:23:53 +00:00
parent 4e486c1434
commit c67d8e8050
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ final class TermInfosReader {
}
}
/** Returns the offset of the greatest index entry which is less than term.*/
/** Returns the offset of the greatest index entry which is less than or equal to term.*/
private final int getIndexOffset(Term term) throws IOException {
int lo = 0; // binary search indexTerms[]
int hi = indexTerms.length - 1;