From 9746c63209427081350b4b396ef21790842471b8 Mon Sep 17 00:00:00 2001 From: Johannes Harth <166_MMX@gmx.net> Date: Thu, 8 Dec 2016 12:15:43 +0100 Subject: [PATCH] Update production-ready-features.adoc Replace line break with missing line fold "\\\n" to continue the property value. Closes gh-7596 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 64632c82a3..ddd4686c90 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1484,7 +1484,7 @@ writes a PID file. Example: [indent=0] ---- org.springframework.context.ApplicationListener=\ - org.springframework.boot.actuate.system.ApplicationPidFileWriter, + org.springframework.boot.actuate.system.ApplicationPidFileWriter,\ org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter ----