From 013e3f6fccedd6a89363fcfe0de134d979a87615 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 13 Sep 2016 09:47:51 -0400 Subject: [PATCH] Remove unused import from BootstrapForTesting This commit removes an unused import for o.e.c.l.LogConfigurator from o.e.b.BootstrapForTesting. --- .../java/org/elasticsearch/bootstrap/BootstrapForTesting.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/framework/src/main/java/org/elasticsearch/bootstrap/BootstrapForTesting.java b/test/framework/src/main/java/org/elasticsearch/bootstrap/BootstrapForTesting.java index 96921c3c90d..ed8725fa008 100644 --- a/test/framework/src/main/java/org/elasticsearch/bootstrap/BootstrapForTesting.java +++ b/test/framework/src/main/java/org/elasticsearch/bootstrap/BootstrapForTesting.java @@ -25,7 +25,6 @@ import org.elasticsearch.SecureSM; import org.elasticsearch.common.Strings; import org.elasticsearch.common.SuppressForbidden; import org.elasticsearch.common.io.PathUtils; -import org.elasticsearch.common.logging.LogConfigurator; import org.elasticsearch.plugins.PluginInfo; import org.junit.Assert;