LUCENE-669: I forgot attribution to Michael Busch for this (thanks Michael!)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@485686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2006-12-11 15:01:07 +00:00
parent 10460b5e87
commit f4d9f44828
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ Bug fixes
FSIndexInput/Output during finalize(). Besides sending an
IOException up to the GC, this may also be the cause intermittent
"The handle is invalid" IOExceptions on Windows when trying to
close readers or writers.
close readers or writers. (Michael Busch via Mike McCandless).
Optimizations