You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/05/29 09:12:12 UTC

svn commit: r1128836 - /lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentInfos.java

Author: rmuir
Date: Sun May 29 07:12:12 2011
New Revision: 1128836

URL: http://svn.apache.org/viewvc?rev=1128836&view=rev
Log:
LUCENE-3147: remove nocommit, we rethrow above if its a threadinterrupted exc

Modified:
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentInfos.java

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentInfos.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentInfos.java?rev=1128836&r1=1128835&r2=1128836&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentInfos.java (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentInfos.java Sun May 29 07:12:12 2011
@@ -947,7 +947,6 @@ public final class SegmentInfos implemen
     } catch (Throwable t) {
       // It's OK if we fail to write this file since it's
       // used only as one of the retry fallbacks.
-      // nocommit if this is thread interrupted we should rethrow
     }
   }