Skip to content

Commit 101a42c

Browse files
grabensnicoll
authored andcommitted
Fix outdated import statements
Closes gh-12697
1 parent 8e81f0c commit 101a42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,8 +1924,8 @@ PID file, as shown in the following example:
19241924
[indent=0]
19251925
----
19261926
org.springframework.context.ApplicationListener=\
1927-
org.springframework.boot.system.ApplicationPidFileWriter,\
1928-
org.springframework.boot.system.EmbeddedServerPortFileWriter
1927+
org.springframework.boot.context.ApplicationPidFileWriter,\
1928+
org.springframework.boot.web.context.WebServerPortFileWriter
19291929
----
19301930

19311931

0 commit comments

Comments
 (0)