Remove import in IndicesClusterStateService.java

This commit removes an unused import from
o/e/i/c/IndicesClusterStateService.java.
This commit is contained in:
Jason Tedor 2016-01-20 13:18:37 -05:00
parent b9dc5acf2c
commit 22318cb7e4
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ import org.elasticsearch.snapshots.RestoreService;
import org.elasticsearch.threadpool.ThreadPool;
import java.util.Arrays;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Map;