You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/03/19 08:04:43 UTC

svn commit: r1302300 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: uschindler
Date: Mon Mar 19 07:04:43 2012
New Revision: 1302300

URL: http://svn.apache.org/viewvc?rev=1302300&view=rev
Log:
LUCENE-3867: Fix issue number

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1302300&r1=1302299&r2=1302300&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Mar 19 07:04:43 2012
@@ -774,7 +774,7 @@ Changes in backwards compatibility polic
   method getCommitUserData (use getIndexCommit().getUserData()
   instead).  (Ryan McKinley, Robert Muir, Mike McCandless)
   
-* LUCENE-3672: Deprecate instance creation of RamUsageEstimator, instead
+* LUCENE-3867: Deprecate instance creation of RamUsageEstimator, instead
   the new static method sizeOf(Object) should be used. As the algorithm
   is now using Hotspot(TM) internals (reference size, header sizes,
   object alignment), the abstract o.a.l.util.MemoryModel class was