From 0c7dae0d5192db6ed9b165121f084ed6d3c799a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jan 2020 17:00:28 +0100 Subject: [PATCH] Remove duplicate note in Hazelcast section of reference guide Closes gh-19678 --- .../src/main/asciidoc/spring-boot-features.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index d1665d51d1..9dd0dd62eb 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5663,9 +5663,6 @@ If https://hazelcast.com/[Hazelcast] is on the classpath and a suitable configur If you define a `com.hazelcast.config.Config` bean, Spring Boot uses that. If your configuration defines an instance name, Spring Boot tries to locate an existing instance rather than creating a new one. -If you define a `com.hazelcast.config.Config` bean, Spring Boot uses that. -If your configuration defines an instance name, Spring Boot tries to locate an existing instance rather than creating a new one. - You could also specify the Hazelcast configuration file to use through configuration, as shown in the following example: [source,properties,indent=0,configprops]