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 mi...@apache.org on 2010/06/02 19:37:43 UTC

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

Author: mikemccand
Date: Wed Jun  2 17:37:43 2010
New Revision: 950684

URL: http://svn.apache.org/viewvc?rev=950684&view=rev
Log:
LUCENE-2424: make CHANGES entry wording consistent across versions

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=950684&r1=950683&r2=950684&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/CHANGES.txt (original)
+++ lucene/java/branches/lucene_3_0/CHANGES.txt Wed Jun  2 17:37:43 2010
@@ -83,8 +83,8 @@ Bug fixes
 * LUCENE-2397: Don't throw NPE from SnapshotDeletionPolicy.snapshot if
   there are no commits yet (Shai Erera)
 
-* LUCENE-2424: Fix FieldDoc.toString to not just fallback to
-  super.toString() (Stephen Green via Mike McCandless)
+* LUCENE-2424: Fix FieldDoc.toString to actually return its fields
+  (Stephen Green via Mike McCandless)
 
 * LUCENE-2311: Always pass a "fully loaded" (terms index & doc stores)
   SegmentsReader to IndexWriter's mergedSegmentWarmer (if set), so