Merged revision(s) 1302243 from lucene/dev/branches/branch_3x:

LUCENE-3738: Add missing backwards break

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-03-18 22:46:09 +00:00
parent 39e727069b
commit 1991b61b49
1 changed files with 4 additions and 0 deletions

View File

@ -783,6 +783,10 @@ Changes in backwards compatibility policy
now count to memory usage as any other Java object. now count to memory usage as any other Java object.
(Dawid Weiss, Uwe Schindler, Shai Erera) (Dawid Weiss, Uwe Schindler, Shai Erera)
* LUCENE-3738: All readXxx methods in BufferedIndexInput were made
final. Subclasses should only override protected readInternal /
seekInternal. (Uwe Schindler)
Changes in Runtime Behavior Changes in Runtime Behavior
* LUCENE-3796, SOLR-3241: Throw an exception if you try to set an index-time * LUCENE-3796, SOLR-3241: Throw an exception if you try to set an index-time