dnaber 2004/09/15 14:09:00 Modified: src/java/org/apache/lucene/search PhrasePrefixQuery.java PhraseQuery.java Log: avoid warnings with "ant javadocs" Revision Changes Path 1.15 +1 -2 jakarta-lucene/src/java/org/apache/lucene/search/PhrasePrefixQuery.java Index: PhrasePrefixQuery.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/PhrasePrefixQuery.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- PhrasePrefixQuery.java 15 Sep 2004 09:38:50 -0000 1.14 +++ PhrasePrefixQuery.java 15 Sep 2004 21:09:00 -0000 1.15 @@ -76,7 +76,7 @@ /** * 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 @@ /** * Returns the relative positions of terms in this phrase. - * @return */ public int[] getPositions() { int[] result = new int[positions.size()]; 1.17 +0 -1 jakarta-lucene/src/java/org/apache/lucene/search/PhraseQuery.java Index: PhraseQuery.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/PhraseQuery.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- PhraseQuery.java 15 Sep 2004 09:38:09 -0000 1.16 +++ PhraseQuery.java 15 Sep 2004 21:09:00 -0000 1.17 @@ -91,7 +91,6 @@ /** * Returns the relative positions of terms in this phrase. - * @return */ public int[] getPositions() { int[] result = new int[positions.size()];
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]