mirror of https://github.com/apache/lucene.git
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:
parent
39e727069b
commit
1991b61b49
|
@ -783,6 +783,10 @@ Changes in backwards compatibility policy
|
|||
now count to memory usage as any other Java object.
|
||||
(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
|
||||
|
||||
* LUCENE-3796, SOLR-3241: Throw an exception if you try to set an index-time
|
||||
|
|
Loading…
Reference in New Issue