mirror of https://github.com/apache/lucene.git
remove obselete TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c029ce6878
commit
a7872618f6
|
@ -35,7 +35,6 @@ import org.apache.lucene.index.DocumentsWriterPerThreadPool.ThreadState;
|
|||
* than the number of active {@link ThreadState}s threads are released and can
|
||||
* continue indexing.
|
||||
*/
|
||||
//TODO: rename this to DocumentsWriterStallControl (or something like that)?
|
||||
final class DocumentsWriterStallControl {
|
||||
@SuppressWarnings("serial")
|
||||
private static final class Sync extends AbstractQueuedSynchronizer {
|
||||
|
|
Loading…
Reference in New Issue