avoid warnings with "ant javadocs"

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-09-15 21:09:00 +00:00
parent 6c8289a87c
commit e0c8c5a469
2 changed files with 1 additions and 3 deletions

View File

@ -76,7 +76,7 @@ public class PhrasePrefixQuery extends Query {
/**
* Allows to specify the relative position of terms within the phrase.
*
* @ see PhraseQuery#add(Term, int)
* @see PhraseQuery#add(Term, int)
* @param terms
* @param position
*/
@ -98,7 +98,6 @@ public class PhrasePrefixQuery extends Query {
/**
* Returns the relative positions of terms in this phrase.
* @return
*/
public int[] getPositions() {
int[] result = new int[positions.size()];

View File

@ -91,7 +91,6 @@ public class PhraseQuery extends Query {
/**
* Returns the relative positions of terms in this phrase.
* @return
*/
public int[] getPositions() {
int[] result = new int[positions.size()];