From 425ffb2a2b3b3e7e61e3c93cb80cfc23cf52f2bb Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Wed, 2 Jun 2010 17:38:25 +0000 Subject: [PATCH] LUCENE-2424: make CHANGES entry wording consistent across versions git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950685 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8fa87cce9fb..bc85c23fbf0 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -457,8 +457,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