mirror of https://github.com/apache/lucene.git
LUCENE-3661: nuke obselete nocommit, thanks Mike
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3661@1233935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c920cf73a
commit
f6b18248a9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue