Skip to content

Commit c231480

Browse files
committed
Checkstyle fix
1 parent eb4ef32 commit c231480

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/action/TransportCloseJobAction.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.elasticsearch.xpack.core.ml.MlMetadata;
3232
import org.elasticsearch.xpack.core.ml.MlTasks;
3333
import org.elasticsearch.xpack.core.ml.action.CloseJobAction;
34-
import org.elasticsearch.xpack.core.ml.action.FinalizeJobExecutionAction;
3534
import org.elasticsearch.xpack.core.ml.datafeed.DatafeedConfig;
3635
import org.elasticsearch.xpack.core.ml.datafeed.DatafeedState;
3736
import org.elasticsearch.xpack.core.ml.job.config.JobState;
@@ -53,9 +52,6 @@
5352
import java.util.concurrent.atomic.AtomicInteger;
5453
import java.util.stream.Collectors;
5554

56-
import static org.elasticsearch.xpack.core.ClientHelper.ML_ORIGIN;
57-
import static org.elasticsearch.xpack.core.ClientHelper.executeAsyncWithOrigin;
58-
5955
public class TransportCloseJobAction extends TransportTasksAction<TransportOpenJobAction.JobTask, CloseJobAction.Request,
6056
CloseJobAction.Response, CloseJobAction.Response> {
6157

0 commit comments

Comments
 (0)