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:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to