Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Sep 8, 2020
1 parent 1d73d4e commit 8d27cac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ public class ElasticSearchRestHealthContributorAutoConfiguration

@Bean
@ConditionalOnMissingBean(name = { "elasticsearchHealthIndicator", "elasticsearchHealthContributor" })
public HealthContributor elasticsearchHealthContributor(Map <String, RestHighLevelClient> clients) {
public HealthContributor elasticsearchHealthContributor(Map<String, RestHighLevelClient> clients) {
return createContributor(clients);
}

Expand Down

0 comments on commit 8d27cac

Please sign in to comment.