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/06/05 18:36:44 UTC

[30/41] lucene-solr:branch_6x: 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/11dd3021
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/11dd3021
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/11dd3021

Branch: refs/heads/branch_6x
Commit: 11dd302152a04c0d597392092946dcafaa0d5520
Parents: 183576c
Author: Joel Bernstein <jb...@apache.org>
Authored: Tue May 30 11:27:23 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Jun 5 13:53:16 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/11dd3021/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;