remove minor typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@746210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2009-02-20 11:32:56 +00:00
parent 107da37d21
commit 36438c1ee7
1 changed files with 1 additions and 1 deletions

View File

@ -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