From 3746385f98083e8e0f32167ebb3c6d6c7d68b484 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:47:44 +0900 Subject: [PATCH] Polish HealthIndicators table in docs `=======` was showing up in the header of the table, which should not be there. See gh-25882 --- .../src/docs/asciidoc/production-ready-features.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc index fd476a94cc..d885355f59 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc @@ -685,7 +685,6 @@ with the `key` listed in the table below. |=== | Key | Name | Description -======= | `cassandra` | {spring-boot-actuator-module-code}/cassandra/CassandraDriverHealthIndicator.java[`CassandraDriverHealthIndicator`] | Checks that a Cassandra database is up.