LUCENE-3848: fix CHANGES typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-03-16 13:06:59 +00:00
parent 3d2d144f92
commit f4a88d2392
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ Changes in Runtime Behavior
* LUCENE-3848: Fix tokenstreams to not produce a stream with an initial
position increment of 0: which is out of bounds (overlapping with a
non-existant previous term). Consumers such as IndexWriter and QueryParser
non-existent previous term). Consumers such as IndexWriter and QueryParser
still check for and silently correct this situation today, but at some point
in the future they may throw an exception. (Mike McCandless, Robert Muir)