From 36438c1ee7fdc2ddb75afab3f100b8414a2bb3cb Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Fri, 20 Feb 2009 11:32:56 +0000 Subject: [PATCH] remove minor typo git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@746210 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2a8ac4a322b..705bc121da9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,7 +15,7 @@ API Changes 1. LUCENE-1419: Add expert API to set custom indexing chain. This API is package-protected for now, so we don't have to officially support it. - Yet, it will give us the possibility to try out different consumers in + Yet, it will give us the possibility to try out different consumers in the chain. (Michael Busch) 2. LUCENE-1427: DocIdSet.iterator() is now allowed to throw