Update production-ready-features.adoc

Replace line break with missing line fold "\\\n" to continue the property
value.

Closes gh-7596
This commit is contained in:
Johannes Harth 2016-12-08 12:15:43 +01:00 committed by Stephane Nicoll
parent 4d5fb97127
commit 9746c63209

View File

@ -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
----