You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/08/06 04:15:48 UTC

[15/48] lucene-solr:jira/http2: SOLR-12412: Fix precommit

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

Branch: refs/heads/jira/http2
Commit: 0dc124aa78e2a1c121a9634e69f84c8b1f6be331
Parents: eada799
Author: Cao Manh Dat <da...@apache.org>
Authored: Wed Aug 1 07:14:41 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Wed Aug 1 07:14:41 2018 +0700

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0dc124aa/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java b/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
index 83bd3c3..604ec45 100644
--- a/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
@@ -38,7 +38,6 @@ import org.apache.solr.common.cloud.ClusterStateUtil;
 import org.apache.solr.common.cloud.DocCollection;
 import org.apache.solr.common.cloud.Replica;
 import org.apache.solr.common.cloud.Slice;
-import org.apache.solr.common.util.ObjectReleaseTracker;
 import org.apache.solr.core.CoreContainer;
 import org.apache.solr.core.DirectoryFactory;
 import org.apache.solr.core.MockDirectoryFactory;