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:
Robert Muir 2012-01-31 01:18:32 +00:00
parent c029ce6878
commit a7872618f6
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ import org.apache.lucene.index.DocumentsWriterPerThreadPool.ThreadState;
* than the number of active {@link ThreadState}s threads are released and can * than the number of active {@link ThreadState}s threads are released and can
* continue indexing. * continue indexing.
*/ */
//TODO: rename this to DocumentsWriterStallControl (or something like that)?
final class DocumentsWriterStallControl { final class DocumentsWriterStallControl {
@SuppressWarnings("serial") @SuppressWarnings("serial")
private static final class Sync extends AbstractQueuedSynchronizer { private static final class Sync extends AbstractQueuedSynchronizer {