diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index c9e637ee91..4c6ad89594 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -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 ----