Skip to content

Commit 17d968d

Browse files
committed
Fix checkstyle violation in security Netty 4
This commit fixes a checkstyle line length violation in SimpleSecurityNetty4ServerTransportTests.java.
1 parent 9c6cc75 commit 17d968d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,14 @@ public class SimpleSecurityNetty4ServerTransportTests extends AbstractSimpleSecu
6464
SINGLE_CHANNEL_PROFILE = builder.build();
6565
}
6666

67-
public MockTransportService nettyFromThreadPool(Settings settings, ThreadPool threadPool, final Version version,
68-
ClusterSettings clusterSettings, boolean doHandshake, TransportInterceptor interceptor) {
67+
public MockTransportService nettyFromThreadPool(
68+
Settings settings,
69+
ThreadPool threadPool,
70+
final Version version,
71+
ClusterSettings clusterSettings,
72+
boolean doHandshake,
73+
TransportInterceptor interceptor
74+
) {
6975
NamedWriteableRegistry namedWriteableRegistry = new NamedWriteableRegistry(Collections.emptyList());
7076
NetworkService networkService = new NetworkService(Collections.emptyList());
7177
Settings settings1 = Settings.builder()

0 commit comments

Comments
 (0)