Skip to content

Commit 561a7f8

Browse files
committed
Precommit
1 parent e98b2cf commit 561a7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/framework/src/main/java/org/elasticsearch/cluster/coordination/AbstractCoordinatorTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
import org.elasticsearch.common.unit.TimeValue;
5959
import org.elasticsearch.common.util.BigArrays;
6060
import org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor;
61-
import org.elasticsearch.common.util.concurrent.ThreadContext;
6261
import org.elasticsearch.discovery.DiscoveryModule;
6362
import org.elasticsearch.discovery.SeedHostsProvider;
6463
import org.elasticsearch.env.NodeEnvironment;
@@ -1290,7 +1289,8 @@ static class AckedFakeThreadPoolMasterService extends FakeThreadPoolMasterServic
12901289

12911290
AckCollector nextAckCollector = new AckCollector();
12921291

1293-
AckedFakeThreadPoolMasterService(String nodeName, String serviceName, ThreadPool threadPool, Consumer<Runnable> onTaskAvailableToRun) {
1292+
AckedFakeThreadPoolMasterService(String nodeName, String serviceName, ThreadPool threadPool,
1293+
Consumer<Runnable> onTaskAvailableToRun) {
12941294
super(nodeName, serviceName, threadPool, onTaskAvailableToRun);
12951295
}
12961296

0 commit comments

Comments
 (0)