Skip to content

Commit bd688bb

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7d54620 commit bd688bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/transport/ClusterConnectionManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class ClusterConnectionManager implements ConnectionManager {
5252
private final AbstractRefCounted connectingRefCounter = AbstractRefCounted.of(this::pendingConnectionsComplete);
5353

5454
record NodeConnectionHistory(String ephemeralId, Exception disconnectCause) {}
55+
5556
private final ConcurrentMap<String, NodeConnectionHistory> nodeHistory = ConcurrentCollections.newConcurrentMap();
5657

5758
private final Transport transport;

0 commit comments

Comments
 (0)