diff --git a/lucene/src/java/org/apache/lucene/index/IndexWriter.java b/lucene/src/java/org/apache/lucene/index/IndexWriter.java index 078165f7b82..2d0837b2863 100644 --- a/lucene/src/java/org/apache/lucene/index/IndexWriter.java +++ b/lucene/src/java/org/apache/lucene/index/IndexWriter.java @@ -588,7 +588,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit { } } - // nocommit: if this is read-only live docs, why doesn't it return Bits?! public synchronized Bits getReadOnlyLiveDocs() { //System.out.println("getROLiveDocs seg=" + info); assert Thread.holdsLock(IndexWriter.this);