From 4aa186d6e5baa2f5018df7c4a2cc83cc3e5b8867 Mon Sep 17 00:00:00 2001 From: Alessandro Falappa Date: Tue, 17 Sep 2019 11:55:43 +0200 Subject: [PATCH] Remove duplicated row from HealthIndicators table See gh-18248 --- .../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 ccc99713d0..b51cc2d1b1 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 @@ -706,9 +706,6 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr | {spring-boot-actuator-module-code}/amqp/RabbitHealthIndicator.java[`RabbitHealthIndicator`] | Checks that a Rabbit server is up. -| {spring-boot-actuator-module-code}/amqp/RabbitHealthIndicator.java[`RabbitHealthIndicator`] -| Checks that a Rabbit server is up. - | {spring-boot-actuator-module-code}/redis/RedisHealthIndicator.java[`RedisHealthIndicator`] | Checks that a Redis server is up.