You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2009/08/25 15:16:16 UTC

svn commit: r807607 - /lucene/java/trunk/CHANGES.txt

Author: uschindler
Date: Tue Aug 25 13:16:16 2009
New Revision: 807607

URL: http://svn.apache.org/viewvc?rev=807607&view=rev
Log:
LUCENE-1843: missed names :(

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=807607&r1=807606&r2=807607&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Tue Aug 25 13:16:16 2009
@@ -831,6 +831,7 @@
     The new base class also tests tokenization with the TokenStream.next()
     backwards layer enabled (using Token/TokenWrapper as attribute
     implementation) and disabled (default for Lucene 3.0)
+    (Uwe Schindler, Robert Muir)
     
  4. LUCENE-1836: Added a new LocalizedTestCase as base class for localization
     junit tests.  (Robert Muir, Uwe Schindler via Michael Busch)