You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by dn...@apache.org on 2004/11/23 20:56:40 UTC

cvs commit: jakarta-lucene/src/test/org/apache/lucene/search TestRangeFilter.java

dnaber      2004/11/23 11:56:40

  Modified:    src/test/org/apache/lucene/search TestRangeFilter.java
  Log:
  adding license; typo fix
  
  Revision  Changes    Path
  1.2       +16 -1     jakarta-lucene/src/test/org/apache/lucene/search/TestRangeFilter.java
  
  Index: TestRangeFilter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/test/org/apache/lucene/search/TestRangeFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestRangeFilter.java	23 Nov 2004 14:17:18 -0000	1.1
  +++ TestRangeFilter.java	23 Nov 2004 19:56:40 -0000	1.2
  @@ -1,5 +1,20 @@
   package org.apache.lucene.search;
   
  +/**
  + * Copyright 2004 The Apache Software Foundation
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
   
   import java.io.IOException;
   
  @@ -11,7 +26,7 @@
    *
    * <p>
    * NOTE: at the moment, this class only tests for 'positive' results,
  - * it does not verify the results to ensure their are no 'false positives',
  + * it does not verify the results to ensure there are no 'false positives',
    * nor does it adequately test 'negative' results.  It also does not test
    * that garbage in results in an Exception.
    */
  
  
  

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