mirror of https://github.com/apache/lucene.git
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:
parent
6c8289a87c
commit
e0c8c5a469
|
@ -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()];
|
||||
|
|
|
@ -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()];
|
||||
|
|
Loading…
Reference in New Issue