You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by dn...@apache.org on 2004/08/06 22:50:00 UTC

cvs commit: jakarta-lucene/src/java/org/apache/lucene/index TermVectorsReader.java

dnaber      2004/08/06 13:50:00

  Modified:    src/java/org/apache/lucene/index TermVectorsReader.java
  Log:
  fix @param in API doc
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-lucene/src/java/org/apache/lucene/index/TermVectorsReader.java
  
  Index: TermVectorsReader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/TermVectorsReader.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TermVectorsReader.java	20 Feb 2004 20:14:55 -0000	1.1
  +++ TermVectorsReader.java	6 Aug 2004 20:50:00 -0000	1.2
  @@ -171,7 +171,7 @@
   
     /**
      * 
  -   * @param fieldNum The field to read in
  +   * @param field The field to read in
      * @param tvfPointer The pointer within the tvf file where we should start reading
      * @return The TermVector located at that position
      * @throws IOException
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org