From f4a88d239216da77fa039f744af27537d5818aa3 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Fri, 16 Mar 2012 13:06:59 +0000 Subject: [PATCH] LUCENE-3848: fix CHANGES typo git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301479 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 517da0998e8..170709b0620 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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)