From 8c4ba0415ac577c8eef9d5342b4f503d4132e608 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Mon, 26 Jan 2004 18:53:14 +0000 Subject: [PATCH] Fix javadoc typo - submitted by Jean-Francois Halleux git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150176 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/lucene/queryParser/QueryParser.jj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/lucene/queryParser/QueryParser.jj b/src/java/org/apache/lucene/queryParser/QueryParser.jj index 2c904d584f5..9c6e8ebb0f4 100644 --- a/src/java/org/apache/lucene/queryParser/QueryParser.jj +++ b/src/java/org/apache/lucene/queryParser/QueryParser.jj @@ -194,7 +194,7 @@ public class QueryParser { /** * Sets the boolean operator of the QueryParser. - * In classic mode (DEFAULT_OPERATOR_OR) terms without any modifiers + * In classic mode (DEFAULT_OPERATOR_OR) terms without any modifiers * are considered optional: for example capital of Hungary is equal to * capital OR of OR Hungary.
* In DEFAULT_OPERATOR_AND terms are considered to be in conjuction: the