mirror of https://github.com/apache/lucene.git
fix "throws" declaration in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@406088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07587e8d15
commit
d03ca8f858
|
@ -156,7 +156,6 @@ public class MultiFieldQueryParser extends QueryParser
|
||||||
* @param fields Fields to search on
|
* @param fields Fields to search on
|
||||||
* @param analyzer Analyzer to use
|
* @param analyzer Analyzer to use
|
||||||
* @throws ParseException if query parsing fails
|
* @throws ParseException if query parsing fails
|
||||||
* @throws TokenMgrError if query parsing fails
|
|
||||||
* @throws IllegalArgumentException if the length of the queries array differs
|
* @throws IllegalArgumentException if the length of the queries array differs
|
||||||
* from the length of the fields array
|
* from the length of the fields array
|
||||||
*/
|
*/
|
||||||
|
@ -203,7 +202,6 @@ public class MultiFieldQueryParser extends QueryParser
|
||||||
* @param flags Flags describing the fields
|
* @param flags Flags describing the fields
|
||||||
* @param analyzer Analyzer to use
|
* @param analyzer Analyzer to use
|
||||||
* @throws ParseException if query parsing fails
|
* @throws ParseException if query parsing fails
|
||||||
* @throws TokenMgrError if query parsing fails
|
|
||||||
* @throws IllegalArgumentException if the length of the fields array differs
|
* @throws IllegalArgumentException if the length of the fields array differs
|
||||||
* from the length of the flags array
|
* from the length of the flags array
|
||||||
*/
|
*/
|
||||||
|
@ -249,7 +247,6 @@ public class MultiFieldQueryParser extends QueryParser
|
||||||
* @param flags Flags describing the fields
|
* @param flags Flags describing the fields
|
||||||
* @param analyzer Analyzer to use
|
* @param analyzer Analyzer to use
|
||||||
* @throws ParseException if query parsing fails
|
* @throws ParseException if query parsing fails
|
||||||
* @throws TokenMgrError if query parsing fails
|
|
||||||
* @throws IllegalArgumentException if the length of the queries, fields,
|
* @throws IllegalArgumentException if the length of the queries, fields,
|
||||||
* and flags array differ
|
* and flags array differ
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue