Skip to content

Commit 3487710

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent cfa5845 commit 3487710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/coordination/Coordinator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ public void onResponse(Releasable response) {
684684

685685
// NB we are on the master update thread here at the end of processing the failed cluster state update, so this
686686
// all happens before any cluster state update that re-elects a master
687-
// assert ThreadPool.assertCurrentThreadPool(MasterService.MASTER_UPDATE_THREAD_NAME);
687+
// assert ThreadPool.assertCurrentThreadPool(MasterService.MASTER_UPDATE_THREAD_NAME);
688688

689689
final ClusterStateListener clusterStateListener = new ClusterStateListener() {
690690
@Override

0 commit comments

Comments
 (0)