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:
Otis Gospodnetic 2008-05-17 01:47:53 +00:00
parent 7a27cdcbc9
commit a32375551e
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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 {