mirror of https://github.com/apache/lucene.git
LUCENE-3108: removed invalid todo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1133754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
345bc1653d
commit
e02b59e21e
|
@ -36,8 +36,7 @@ import org.apache.lucene.util.Bits;
|
|||
* @lucene.experimental
|
||||
*/
|
||||
public abstract class DocValuesConsumer {
|
||||
// TODO this might need to go in the codec package since is a direct relative
|
||||
// to TermsConsumer
|
||||
|
||||
protected final AtomicLong bytesUsed;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue