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:
Simon Willnauer 2011-06-09 09:44:18 +00:00
parent 345bc1653d
commit e02b59e21e
1 changed files with 1 additions and 2 deletions

View File

@ -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;
/**