ehatcher 2004/01/26 10:53:14 Modified: src/java/org/apache/lucene/queryParser QueryParser.jj Log: Fix javadoc typo - submitted by Jean-Francois Halleux Revision Changes Path 1.39 +1 -1 jakarta-lucene/src/java/org/apache/lucene/queryParser/QueryParser.jj Index: QueryParser.jj =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/queryParser/QueryParser.jj,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- QueryParser.jj 26 Nov 2003 11:00:58 -0000 1.38 +++ QueryParser.jj 26 Jan 2004 18:53:14 -0000 1.39 @@ -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]