You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2006/12/11 16:01:07 UTC

svn commit: r485686 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Mon Dec 11 07:01:07 2006
New Revision: 485686

URL: http://svn.apache.org/viewvc?view=rev&rev=485686
Log:
LUCENE-669: I forgot attribution to Michael Busch for this (thanks Michael!)

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?view=diff&rev=485686&r1=485685&r2=485686
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Mon Dec 11 07:01:07 2006
@@ -238,7 +238,7 @@
     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