From 8bbc7f7b671b5f4a135e98bc07c1a3b89a31ea97 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Mon, 16 Dec 2019 16:20:46 +0900 Subject: [PATCH] Remove duplicate entry for Neo4jHealthIndicator See gh-19377 --- .../src/main/asciidoc/production-ready-features.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index bbb479b3780..261cfe120f6 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -701,9 +701,6 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr | {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`] | Checks that a Neo4j database is up. -| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`] -| Checks that a Neo4j server is up. - | {spring-boot-actuator-module-code}/amqp/RabbitHealthIndicator.java[`RabbitHealthIndicator`] | Checks that a Rabbit server is up.