Skip to content

Commit 18a860d

Browse files
committed
Merge pull request #12697 from graben:docu-fix
* pr/12697: Fix outdated import statements
2 parents 8e81f0c + 101a42c commit 18a860d

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)