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 2010/02/23 19:01:47 UTC

svn commit: r915460 - /lucene/java/branches/lucene_3_0/CHANGES.txt

Author: uschindler
Date: Tue Feb 23 18:01:46 2010
New Revision: 915460

URL: http://svn.apache.org/viewvc?rev=915460&view=rev
Log:
newline fix

Modified:
    lucene/java/branches/lucene_3_0/CHANGES.txt

Modified: lucene/java/branches/lucene_3_0/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/CHANGES.txt?rev=915460&r1=915459&r2=915460&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/CHANGES.txt (original)
+++ lucene/java/branches/lucene_3_0/CHANGES.txt Tue Feb 23 18:01:46 2010
@@ -21,7 +21,6 @@
   FuzzyQuery. The change was needed because the comparator of this class
   had to be changed in an incompatible way. The class was never intended
   to be public.  (Uwe Schindler, Mike McCandless)
-  
 
 Bug fixes