From 4b91965ddecbfea4cee31605ac5f85511b0d1b33 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 5 Jul 2016 11:26:15 +0200 Subject: [PATCH] Fix indent --- .../src/main/asciidoc/appendix-application-properties.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index fdac31d432..f1b8d0a2f5 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -960,8 +960,8 @@ content into your application; rather pick only the properties that you need. endpoints.health.sensitive= # Mark if the endpoint exposes sensitive information. endpoints.health.time-to-live=1000 # Time to live for cached result, in milliseconds. endpoints.heapdump.enabled= # Enable the endpoint. - endpoints.heapdump.path= # Endpoint path. - endpoints.heapdump.sensitive= # Mark if the endpoint exposes sensitive information. + endpoints.heapdump.path= # Endpoint path. + endpoints.heapdump.sensitive= # Mark if the endpoint exposes sensitive information. endpoints.info.enabled= # Enable the endpoint. endpoints.info.id= # Endpoint identifier. endpoints.info.path= # Endpoint path.