You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/06/07 14:11:39 UTC

[35/50] [abbrv] lucene-solr:feature/autoscaling: SOLR-10696: Fix precommit

SOLR-10696: 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/6a9830cd
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6a9830cd
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6a9830cd

Branch: refs/heads/feature/autoscaling
Commit: 6a9830cdc0b5a5bf5ae18ff75119e64923d8266a
Parents: 99ca13f
Author: Joel Bernstein <jb...@apache.org>
Authored: Fri Jun 2 15:33:49 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Jun 5 11:19:17 2017 -0400

----------------------------------------------------------------------
 .../org/apache/solr/client/solrj/io/eval/PercentileEvaluator.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6a9830cd/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/PercentileEvaluator.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/PercentileEvaluator.java b/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/PercentileEvaluator.java
index 7867048..658e66a 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/PercentileEvaluator.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/io/eval/PercentileEvaluator.java
@@ -17,8 +17,6 @@
 
 package org.apache.solr.client.solrj.io.eval;
 
-import java.text.DecimalFormat;
-import java.text.NumberFormat;
 import java.util.List;
 import java.io.IOException;