Skip to content

Commit 2d835a8

Browse files
nicer
1 parent 9c8c589 commit 2d835a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

plugins/discovery-ec2/src/test/java/org/elasticsearch/discovery/ec2/EC2RetriesTests.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ public void setUp() throws Exception {
8282
httpServer = MockHttpServer.createHttp(new InetSocketAddress(InetAddress.getLoopbackAddress(), 0), 0);
8383
httpServer.start();
8484
threadPool = new TestThreadPool(EC2RetriesTests.class.getName());
85-
final MockNioTransport transport = new MockNioTransport(Settings.EMPTY, Version.CURRENT, threadPool,
86-
networkService,
87-
PageCacheRecycler.NON_RECYCLING_INSTANCE,
88-
new NamedWriteableRegistry(Collections.emptyList()),
85+
final MockNioTransport transport = new MockNioTransport(Settings.EMPTY, Version.CURRENT, threadPool, networkService,
86+
PageCacheRecycler.NON_RECYCLING_INSTANCE, new NamedWriteableRegistry(Collections.emptyList()),
8987
new NoneCircuitBreakerService());
9088
transportService =
9189
new MockTransportService(Settings.EMPTY, transport, threadPool, TransportService.NOOP_TRANSPORT_INTERCEPTOR, null);

0 commit comments

Comments
 (0)