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:
Daniel Naber 2006-05-13 12:57:02 +00:00
parent 07587e8d15
commit d03ca8f858
1 changed files with 0 additions and 3 deletions

View File

@ -156,7 +156,6 @@ public class MultiFieldQueryParser extends QueryParser
* @param fields Fields to search on
* @param analyzer Analyzer to use
* @throws ParseException if query parsing fails
* @throws TokenMgrError if query parsing fails
* @throws IllegalArgumentException if the length of the queries array differs
* from the length of the fields array
*/
@ -203,7 +202,6 @@ public class MultiFieldQueryParser extends QueryParser
* @param flags Flags describing the fields
* @param analyzer Analyzer to use
* @throws ParseException if query parsing fails
* @throws TokenMgrError if query parsing fails
* @throws IllegalArgumentException if the length of the fields array differs
* from the length of the flags array
*/
@ -249,7 +247,6 @@ public class MultiFieldQueryParser extends QueryParser
* @param flags Flags describing the fields
* @param analyzer Analyzer to use
* @throws ParseException if query parsing fails
* @throws TokenMgrError if query parsing fails
* @throws IllegalArgumentException if the length of the queries, fields,
* and flags array differ
*/