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

[20/50] [abbrv] lucene-solr:jira/solr-11285-sim: SOLR-11485: Fix precommit

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

Branch: refs/heads/jira/solr-11285-sim
Commit: cd10d0bda076b2eac6cf158ae238c609e2589eeb
Parents: 862f487
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Dec 4 23:06:59 2017 -0500
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Dec 4 23:06:59 2017 -0500

----------------------------------------------------------------------
 .../solr/client/solrj/io/stream/eval/CoalesceEvaluatorTest.java     | 1 -
 .../solr/client/solrj/io/stream/eval/TemporalEvaluatorsTest.java    | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cd10d0bd/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/CoalesceEvaluatorTest.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/CoalesceEvaluatorTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/CoalesceEvaluatorTest.java
index 6b1d5949..dc0b93b 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/CoalesceEvaluatorTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/CoalesceEvaluatorTest.java
@@ -16,7 +16,6 @@
  */
 package org.apache.solr.client.solrj.io.stream.eval;
 
-import java.io.IOException;
 import java.util.HashMap;
 import java.util.Map;
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cd10d0bd/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/TemporalEvaluatorsTest.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/TemporalEvaluatorsTest.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/TemporalEvaluatorsTest.java
index f667799..fbf99ab 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/TemporalEvaluatorsTest.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/eval/TemporalEvaluatorsTest.java
@@ -52,7 +52,6 @@ import org.apache.solr.client.solrj.io.stream.expr.StreamFactory;
 import org.junit.Test;
 
 import static junit.framework.Assert.assertEquals;
-import static junit.framework.Assert.assertNull;
 import static junit.framework.Assert.assertTrue;
 
 /**