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 ko...@apache.org on 2010/10/30 06:14:05 UTC

svn commit: r1028985 - /lucene/java/branches/lucene_2_9/contrib/CHANGES.txt

Author: koji
Date: Sat Oct 30 04:14:05 2010
New Revision: 1028985

URL: http://svn.apache.org/viewvc?rev=1028985&view=rev
Log:
fix indent. Sorry for the noise

Modified:
    lucene/java/branches/lucene_2_9/contrib/CHANGES.txt

Modified: lucene/java/branches/lucene_2_9/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_2_9/contrib/CHANGES.txt?rev=1028985&r1=1028984&r2=1028985&view=diff
==============================================================================
--- lucene/java/branches/lucene_2_9/contrib/CHANGES.txt (original)
+++ lucene/java/branches/lucene_2_9/contrib/CHANGES.txt Sat Oct 30 04:14:05 2010
@@ -16,8 +16,8 @@ Bug Fixes
  * LUCENE-2524: FastVectorHighlighter: use mod for getting colored tag.
    (Koji Sekiguchi)
 
-* LUCENE-2616: FastVectorHighlighter: out of alignment when the first value is
-  empty in multiValued field (Koji Sekiguchi)
+ * LUCENE-2616: FastVectorHighlighter: out of alignment when the first value is
+   empty in multiValued field (Koji Sekiguchi)
 
 Documentation