LUCENE-3867: Fix issue number

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-03-19 07:04:43 +00:00
parent bfa06a9e30
commit 294d4d39b5
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ Changes in backwards compatibility policy
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