geez, try to add docs and screw it up!

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2003-10-03 15:40:40 +00:00
parent 0c585e634a
commit 9808a54319
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ public class QueryParser implements QueryParserConstants {
/**
* Gets implicit operator setting, which will be either DEFAULT_OPERATOR_AND
* or DEFAULT_OPERATOR_AND.
* or DEFAULT_OPERATOR_OR.
*/
public int getOperator() {
return operator;

View File

@ -204,7 +204,7 @@ public class QueryParser {
/**
* Gets implicit operator setting, which will be either DEFAULT_OPERATOR_AND
* or DEFAULT_OPERATOR_AND.
* or DEFAULT_OPERATOR_OR.
*/
public int getOperator() {
return operator;