You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jean-Francois Halleux <ha...@skynet.be> on 2004/01/26 19:07:27 UTC

[PATCH] Small correction in JavaDoc

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: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: [PATCH] Small correction in JavaDoc

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
fixed, thanks!


On Jan 26, 2004, at 1:07 PM, Jean-Francois Halleux wrote:

> 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: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: [PATCH] Small correction in JavaDoc

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
fixed, thanks!


On Jan 26, 2004, at 1:07 PM, Jean-Francois Halleux wrote:

> 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: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org