Remove unused import

Original commit: elastic/x-pack-elasticsearch@742c12e8b8
This commit is contained in:
Tanguy Leroux 2017-03-12 13:36:39 -07:00
parent 73836f43c5
commit e5cc038616
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
*/
package org.elasticsearch.xpack.monitoring.exporter.local;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.Version;

View File

@ -5,7 +5,6 @@
*/
package org.elasticsearch.xpack.monitoring.resolver.shards;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.apache.lucene.util.LuceneTestCase.BadApple;
import org.elasticsearch.action.search.SearchRequestBuilder;