Browse Source

Remove import from InstallPluginCommandTests

This commit removes an unused import from
InstallPluginCommandTests.java.
Jason Tedor 8 years ago
parent
commit
5961e1d6ab

+ 0 - 1
distribution/tools/plugin-cli/src/test/java/org/elasticsearch/plugins/InstallPluginCommandTests.java

@@ -37,7 +37,6 @@ import org.elasticsearch.env.Environment;
 import org.elasticsearch.test.ESTestCase;
 import org.elasticsearch.test.PosixPermissionsResetter;
 import org.junit.After;
-import org.junit.AfterClass;
 import org.junit.Before;
 
 import java.io.BufferedReader;