You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/30 16:08:26 UTC

[2/4] lucene-solr:jira/solr-8668: SOLR-10767: FIx precommit

SOLR-10767: FIx precommit


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

Branch: refs/heads/jira/solr-8668
Commit: c680de1f2aadd8f0d56963d1159f11fd44aa995d
Parents: 191c2ba
Author: Joel Bernstein <jb...@apache.org>
Authored: Tue May 30 11:27:23 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Tue May 30 11:27:23 2017 -0400

----------------------------------------------------------------------
 .../apache/solr/client/solrj/io/eval/MovingAverageEvaluator.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c680de1f/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/MovingAverageEvaluator.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/MovingAverageEvaluator.java b/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/MovingAverageEvaluator.java
index f84f6e2..2e0788f 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/MovingAverageEvaluator.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/MovingAverageEvaluator.java
@@ -21,7 +21,6 @@ import java.util.ArrayList;
 import java.util.List;
 
 import org.apache.commons.math3.stat.descriptive.DescriptiveStatistics;
-import org.apache.commons.math3.util.MathArrays;
 import org.apache.solr.client.solrj.io.Tuple;
 import org.apache.solr.client.solrj.io.stream.expr.Explanation;
 import org.apache.solr.client.solrj.io.stream.expr.Explanation.ExpressionType;