Fix outdated import statements

Closes gh-12697
This commit is contained in:
Benjamin Graf 2018-03-30 11:00:45 +02:00 committed by Stephane Nicoll
parent 8e81f0c23d
commit 101a42c572
1 changed files with 2 additions and 2 deletions

View File

@ -1924,8 +1924,8 @@ PID file, as shown in the following example:
[indent=0]
----
org.springframework.context.ApplicationListener=\
org.springframework.boot.system.ApplicationPidFileWriter,\
org.springframework.boot.system.EmbeddedServerPortFileWriter
org.springframework.boot.context.ApplicationPidFileWriter,\
org.springframework.boot.web.context.WebServerPortFileWriter
----