You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by at...@apache.org on 2020/07/02 06:54:26 UTC

[lucene-solr] branch master updated: Remove Redundant Import in TestContainerPlugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ccdfee2  Remove Redundant Import in TestContainerPlugin
ccdfee2 is described below

commit ccdfee2cf06a77da81f9bd7566d028d4093fb607
Author: Atri Sharma <at...@gmail.com>
AuthorDate: Thu Jul 2 12:24:05 2020 +0530

    Remove Redundant Import in TestContainerPlugin
---
 solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java b/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java
index 9bfe22e..7e5bc9b 100644
--- a/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java
+++ b/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java
@@ -20,7 +20,6 @@ package org.apache.solr.handler;
 import java.io.IOException;
 import java.io.InputStream;
 import java.nio.ByteBuffer;
-import java.util.Collections;
 import java.util.Map;
 import java.util.concurrent.Callable;