Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Feb 11, 2021
1 parent 07d55d8 commit b4e870d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ public RestElasticsearchClientProvider init() throws ClientProviderInitException
.addParameter("Module Name", getClientConfiguration().getModuleName())
.addParameter("Cluster Name", getClientConfiguration().getClusterName());


try {
configurationPrinter.openSection("Nodes");

int nodesIndex = 1;
for (ElasticsearchNode node : getClientConfiguration().getNodes()) {
configurationPrinter
Expand Down

0 comments on commit b4e870d

Please sign in to comment.