You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2017/04/17 15:13:24 UTC

[2/3] lucene-solr:master: SOLR-10485: Remove incorrect code comment

SOLR-10485: Remove incorrect code comment


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5169ecb9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5169ecb9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5169ecb9

Branch: refs/heads/master
Commit: 5169ecb9768a69e883d5c66b6eb30886bf381b65
Parents: 4da901a
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Apr 13 11:57:45 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Apr 17 11:09:05 2017 -0400

----------------------------------------------------------------------
 .../apache/solr/client/solrj/io/stream/CalculatorStream.java  | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5169ecb9/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/CalculatorStream.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/CalculatorStream.java b/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/CalculatorStream.java
index 4a73e22..49a0809 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/CalculatorStream.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/CalculatorStream.java
@@ -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;