fix checkstyle line lenght issue

This commit is contained in:
javanna 2016-03-30 15:45:41 +02:00 committed by Luca Cavanna
parent 70573a35e1
commit 52dcc9899e
1 changed files with 2 additions and 1 deletions

View File

@ -565,7 +565,8 @@ public class UnicastZenPing extends AbstractLifecycleComponent<ZenPing> implemen
}
private PingResponse createPingResponse(DiscoveryNodes discoNodes) {
return new PingResponse(discoNodes.getLocalNode(), discoNodes.getMasterNode(), clusterName, contextProvider.nodeHasJoinedClusterOnce());
return new PingResponse(discoNodes.getLocalNode(), discoNodes.getMasterNode(), clusterName,
contextProvider.nodeHasJoinedClusterOnce());
}
static class UnicastPingResponse extends TransportResponse {