avoid warnings about ambiguous "@see" tags in Eclipse

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-13 20:02:30 +00:00
parent 213904a810
commit 4b1c3b73a7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import java.io.IOException;
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 {

View File

@ -24,7 +24,7 @@ import java.io.IOException;
* 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