Skip to content

Commit

Permalink
Fix checkstyle violation in security Netty 4
Browse files Browse the repository at this point in the history
This commit fixes a checkstyle line length violation in
SimpleSecurityNetty4ServerTransportTests.java.
  • Loading branch information
jasontedor committed Mar 17, 2020
1 parent 9c6cc75 commit 17d968d
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,14 @@ public class SimpleSecurityNetty4ServerTransportTests extends AbstractSimpleSecu
SINGLE_CHANNEL_PROFILE = builder.build();
}

public MockTransportService nettyFromThreadPool(Settings settings, ThreadPool threadPool, final Version version,
ClusterSettings clusterSettings, boolean doHandshake, TransportInterceptor interceptor) {
public MockTransportService nettyFromThreadPool(
Settings settings,
ThreadPool threadPool,
final Version version,
ClusterSettings clusterSettings,
boolean doHandshake,
TransportInterceptor interceptor
) {
NamedWriteableRegistry namedWriteableRegistry = new NamedWriteableRegistry(Collections.emptyList());
NetworkService networkService = new NetworkService(Collections.emptyList());
Settings settings1 = Settings.builder()
Expand Down

0 comments on commit 17d968d

Please sign in to comment.