[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lucene-dev
Subject:    cvs commit: jakarta-lucene/src/java/org/apache/lucene/queryParser QueryParser.jj
From:       otis () apache ! org
Date:       2002-07-18 14:18:42
[Download RAW message or body]

otis        2002/07/18 07:18:42

  Modified:    src/java/org/apache/lucene/queryParser QueryParser.jj
  Log:
  - Fixed the typo in the setOperator argument name which was causing unit
  tests to fail.  Peter spotted it, thanks Peter.
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- QueryParser.jj	14 Jul 2002 17:21:57 -0000	1.20
  +++ QueryParser.jj	18 Jul 2002 14:18:42 -0000	1.21
  @@ -173,7 +173,7 @@
        * In <code>DEFAULT_OPERATOR_AND</code> terms are considered to be in conjuction: the
        * above mentioned query is parsed as <code>capital AND of AND Hungary</code>
        */
  -    public void setOperator(int operaror) {
  +    public void setOperator(int operator) {
   	this.operator = operator;
       }
   
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic