Remove import from InstallPluginCommandTests

This commit removes an unused import from
InstallPluginCommandTests.java.
This commit is contained in:
Jason Tedor 2017-06-01 08:56:25 -04:00
parent 9b4a189147
commit 5961e1d6ab
1 changed files with 0 additions and 1 deletions

View File

@ -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;