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 2020/12/05 04:37:44 UTC

[lucene-solr] 17/18: unused imp[ort

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

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

commit 491f172ed3b858a2f7b1a3a8f9953be172d55f6d
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Mon Oct 12 16:21:56 2020 +1100

    unused imp[ort
---
 .../core/src/java/org/apache/solr/util/plugin/NamedListPluginLoader.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/util/plugin/NamedListPluginLoader.java b/solr/core/src/java/org/apache/solr/util/plugin/NamedListPluginLoader.java
index a2dd291..cc90983 100644
--- a/solr/core/src/java/org/apache/solr/util/plugin/NamedListPluginLoader.java
+++ b/solr/core/src/java/org/apache/solr/util/plugin/NamedListPluginLoader.java
@@ -21,7 +21,6 @@ import java.util.Map;
 import org.apache.solr.common.util.DOMUtil;
 import org.apache.solr.common.ConfigNode;
 import org.apache.solr.common.util.DOMUtil;
-import org.w3c.dom.Node;
 
 /**
  *