Skip to content

Commit ff45bef

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 423f224 commit ff45bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/node/NodeConstruction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.elasticsearch.action.bulk.IncrementalBulkService;
2424
import org.elasticsearch.action.datastreams.autosharding.DataStreamAutoShardingService;
2525
import org.elasticsearch.action.ingest.ReservedPipelineAction;
26-
import org.elasticsearch.search.internal.CrossClusterSearchExtension;
2726
import org.elasticsearch.action.search.OnlinePrewarmingService;
2827
import org.elasticsearch.action.search.OnlinePrewarmingServiceProvider;
2928
import org.elasticsearch.action.search.SearchExecutionStatsCollector;
@@ -204,6 +203,7 @@
204203
import org.elasticsearch.search.SearchService;
205204
import org.elasticsearch.search.SearchUtils;
206205
import org.elasticsearch.search.aggregations.support.AggregationUsageService;
206+
import org.elasticsearch.search.internal.CrossClusterSearchExtension;
207207
import org.elasticsearch.shutdown.PluginShutdownService;
208208
import org.elasticsearch.snapshots.InternalSnapshotsInfoService;
209209
import org.elasticsearch.snapshots.RepositoryIntegrityHealthIndicatorService;

0 commit comments

Comments
 (0)