Commit 18a860d9 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12697 from graben:docu-fix

* pr/12697:
  Fix outdated import statements
parents 8e81f0c2 101a42c5
...@@ -1924,8 +1924,8 @@ PID file, as shown in the following example: ...@@ -1924,8 +1924,8 @@ PID file, as shown in the following example:
[indent=0] [indent=0]
---- ----
org.springframework.context.ApplicationListener=\ org.springframework.context.ApplicationListener=\
org.springframework.boot.system.ApplicationPidFileWriter,\ org.springframework.boot.context.ApplicationPidFileWriter,\
org.springframework.boot.system.EmbeddedServerPortFileWriter org.springframework.boot.web.context.WebServerPortFileWriter
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment