dnaber      2004/08/13 13:02:30

  Modified:    src/java/org/apache/lucene/index TermDocs.java
                        TermPositions.java
  Log:
  avoid warnings about ambiguous "@see" tags in Eclipse
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-lucene/src/java/org/apache/lucene/index/TermDocs.java
  
  Index: TermDocs.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/TermDocs.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TermDocs.java     29 Mar 2004 22:48:02 -0000      1.7
  +++ TermDocs.java     13 Aug 2004 20:02:30 -0000      1.8
  @@ -24,7 +24,7 @@
    the number of times the term occurred in each document.  <p> The pairs are
    ordered by document number.
   
  - @see IndexReader#termDocs
  + @see IndexReader#termDocs()
    */
   
   public interface TermDocs {
  
  
  
  1.6       +1 -1      
jakarta-lucene/src/java/org/apache/lucene/index/TermPositions.java
  
  Index: TermPositions.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/TermPositions.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TermPositions.java        29 Mar 2004 22:48:02 -0000      1.5
  +++ TermPositions.java        13 Aug 2004 20:02:30 -0000      1.6
  @@ -24,7 +24,7 @@
    * frequency are the same as for a TermDocs.  The positions portion lists the 
ordinal
    * positions of each occurrence of a term in a document.
    *
  - * @see IndexReader#termPositions
  + * @see IndexReader#termPositions()
    */
   
   public interface TermPositions
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to