Hello, following is a small correction to a javadoc comment in QueryParser.jj
KR, Jean-Francois Halleux Index: QueryParser.jj =================================================================== RCS file: /home/cvspublic/jakarta-lucene/src/java/org/apache/lucene/queryParser/QueryP arser.jj,v retrieving revision 1.38 diff -u -r1.38 QueryParser.jj --- QueryParser.jj 26 Nov 2003 11:00:58 -0000 1.38 +++ QueryParser.jj 26 Jan 2004 18:04:39 -0000 @@ -194,7 +194,7 @@ /** * Sets the boolean operator of the QueryParser. - * In classic mode (<code>DEFAULT_OPERATOR_OR</mode>) terms without any modifiers + * In classic mode (<code>DEFAULT_OPERATOR_OR</code>) terms without any modifiers * are considered optional: for example <code>capital of Hungary</code> is equal to * <code>capital OR of OR Hungary</code>.<br/> * In <code>DEFAULT_OPERATOR_AND</code> terms are considered to be in conjuction: the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]