You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2021/02/12 17:30:17 UTC

[lucene-solr] branch jira/solr15138_8x updated: Fixing precommit

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch jira/solr15138_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/solr15138_8x by this push:
     new b5c1151  Fixing precommit
b5c1151 is described below

commit b5c1151e60837a07394933200f91086c061c84b0
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Fri Feb 12 22:59:28 2021 +0530

    Fixing precommit
---
 solr/core/src/java/org/apache/solr/cloud/RefreshCollectionMessage.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/cloud/RefreshCollectionMessage.java b/solr/core/src/java/org/apache/solr/cloud/RefreshCollectionMessage.java
index d7d8e7b..2f221af 100644
--- a/solr/core/src/java/org/apache/solr/cloud/RefreshCollectionMessage.java
+++ b/solr/core/src/java/org/apache/solr/cloud/RefreshCollectionMessage.java
@@ -20,7 +20,6 @@ package org.apache.solr.cloud;
 import org.apache.solr.common.cloud.ClusterState;
 import org.apache.solr.common.cloud.DocCollection;
 import org.apache.solr.common.cloud.ZkStateReader;
-import org.apache.zookeeper.KeeperException;
 import org.apache.zookeeper.data.Stat;
 
 /**