Skip to content

Commit 027b156

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1f397e0 commit 027b156

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClustersCancellationIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import org.elasticsearch.compute.operator.exchange.ExchangeService;
2222
import org.elasticsearch.core.TimeValue;
2323
import org.elasticsearch.plugins.Plugin;
24-
import org.elasticsearch.tasks.TaskCancelledException;
2524
import org.elasticsearch.tasks.TaskInfo;
2625
import org.elasticsearch.test.AbstractMultiClustersTestCase;
2726
import org.elasticsearch.transport.TransportService;
@@ -41,7 +40,6 @@
4140
import static org.hamcrest.Matchers.equalTo;
4241
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
4342
import static org.hamcrest.Matchers.hasSize;
44-
import static org.hamcrest.Matchers.instanceOf;
4543

4644
public class CrossClustersCancellationIT extends AbstractMultiClustersTestCase {
4745
private static final String REMOTE_CLUSTER = "cluster-a";

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlCCSUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import org.elasticsearch.core.TimeValue;
2020
import org.elasticsearch.indices.IndicesExpressionGrouper;
2121
import org.elasticsearch.license.XPackLicenseState;
22-
import org.elasticsearch.tasks.TaskCancelledException;
2322
import org.elasticsearch.transport.ConnectTransportException;
2423
import org.elasticsearch.transport.NoSuchRemoteClusterException;
2524
import org.elasticsearch.transport.RemoteClusterAware;

0 commit comments

Comments
 (0)