mirror of https://github.com/apache/lucene.git
LUCENE-1060 Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@657278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a27cdcbc9
commit
a32375551e
|
@ -79,7 +79,7 @@ public class Token implements Cloneable {
|
|||
|
||||
private static int MIN_BUFFER_SIZE = 10;
|
||||
|
||||
/** @deprecated: we will remove this when we remove the
|
||||
/** @deprecated We will remove this when we remove the
|
||||
* deprecated APIs */
|
||||
private String termText;
|
||||
|
||||
|
|
|
@ -408,9 +408,7 @@ class TermVectorsReader implements Cloneable {
|
|||
* @param field The field to read in
|
||||
* @param tvfPointer The pointer within the tvf file where we should start reading
|
||||
* @param mapper The mapper used to map the TermVector
|
||||
* @return The TermVector located at that position
|
||||
* @throws IOException
|
||||
|
||||
*/
|
||||
private void readTermVector(String field, long tvfPointer, TermVectorMapper mapper)
|
||||
throws IOException {
|
||||
|
|
Loading…
Reference in New Issue