SOLR-10485: Remove incorrect code comment

This commit is contained in:
Joel Bernstein 2017-04-13 11:57:45 -04:00
parent 4da901a072
commit 5169ecb976
1 changed files with 0 additions and 7 deletions

View File

@ -30,13 +30,6 @@ import org.apache.solr.client.solrj.io.stream.expr.StreamExplanation;
import org.apache.solr.client.solrj.io.stream.expr.StreamExpression;
import org.apache.solr.client.solrj.io.stream.expr.StreamFactory;
/**
* The NullStream Iterates over a TupleStream and eats the tuples. It returns the tuple count in the EOF tuple.
* Because the NullStreaam eats all the Tuples it see's it can be used as a simple tool for performance analysis of
* underlying streams.
**/
public class CalculatorStream extends TupleStream implements Expressible {
private static final long serialVersionUID = 1;