Skip to content

Commit c90d4d7

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d8c89c2 commit c90d4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/netty4/SecurityNetty4HttpServerTransportCloseNotifyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public void close() {
251251
server.dispatcher.reqQueue.forEach(r -> r.request.getHttpRequest().release());
252252
server.netty.stop();
253253
server.threadPool.shutdownNow();
254-
safeAwait(client.netty.config().group().shutdownGracefully(0,0, TimeUnit.SECONDS));
254+
safeAwait(client.netty.config().group().shutdownGracefully(0, 0, TimeUnit.SECONDS));
255255
}
256256
}
257257

0 commit comments

Comments
 (0)