put provided argument on the previous line just like in master branch,
that way this doesn't show in the final pr.
This commit is contained in:
parent
7ffe2e7e63
commit
76b66634e9
|
@ -366,8 +366,7 @@ public class Node implements Closeable {
|
|||
.newHashPublisher());
|
||||
final IngestService ingestService = new IngestService(clusterService, threadPool, this.environment,
|
||||
scriptModule.getScriptService(), analysisModule.getAnalysisRegistry(),
|
||||
pluginsService.filterPlugins(IngestPlugin.class),
|
||||
client);
|
||||
pluginsService.filterPlugins(IngestPlugin.class), client);
|
||||
final ClusterInfoService clusterInfoService = newClusterInfoService(settings, clusterService, threadPool, client);
|
||||
final UsageService usageService = new UsageService();
|
||||
|
||||
|
|
Loading…
Reference in New Issue