Skip to content

Commit 4871c7c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3873deb commit 4871c7c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/action/admin/indices/stats/TransportIndicesStatsAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import org.elasticsearch.index.seqno.RetentionLeaseStats;
2828
import org.elasticsearch.index.seqno.SeqNoStats;
2929
import org.elasticsearch.index.shard.IndexShard;
30-
import org.elasticsearch.index.shard.ShardId;
3130
import org.elasticsearch.indices.IndicesQueryCache;
3231
import org.elasticsearch.indices.IndicesService;
3332
import org.elasticsearch.injection.guice.Inject;

server/src/test/java/org/elasticsearch/indices/IndicesQueryCacheTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ public void testDelegatesScorerSupplier() throws Exception {
411411
cache.onClose(shard);
412412
cache.close();
413413
}
414+
414415
public void testGetCacheTotalsForAllShards() throws Exception {
415416
ShardId shardId1 = new ShardId("index", "_na_", 0);
416417
ShardId shardId2 = new ShardId("index", "_na_", 1);

0 commit comments

Comments
 (0)