Fix checkstyle violation in ShardFollowNodeTask

This commit is contained in:
Tanguy Leroux 2018-09-12 16:03:52 +02:00
parent 2eb2313b60
commit bcac7f5e55
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ import org.elasticsearch.persistent.AllocatedPersistentTask;
import org.elasticsearch.tasks.TaskId;
import org.elasticsearch.xpack.ccr.action.bulk.BulkShardOperationsResponse;
import org.elasticsearch.xpack.core.ccr.ShardFollowNodeTaskStatus;
import org.elasticsearch.xpack.core.ccr.action.FollowIndexAction;
import java.util.ArrayList;
import java.util.Arrays;