From 08c4d03649edf649ae7e964a6849cb5c4754d246 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 11 Mar 2021 16:26:53 -0800 Subject: [PATCH] Fix LocalCacheVerifier include tags Fixes gh-25567 --- .../src/docs/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index d0a40c0a9f..6a42eca1d3 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -258,7 +258,7 @@ We can also update the state of the application, when the application breaks and [source,java,indent=0] ---- -include::{include-springbootfeatures}/springapplication/availability/LocalCacheVerifier.java[tag=*] +include::{include-springbootfeatures}/springapplication/availability/LocalCacheVerifier.java[] ---- Spring Boot provides <>.