diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java index 98e281f209c..6f282bb15de 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java @@ -47,7 +47,7 @@ import org.springframework.util.Assert; /** * {@link WebServer} that can be used to control a Tomcat web server. Usually this class - * should be created using the {@link TomcatReactiveWebServerFactory} of + * should be created using the {@link TomcatReactiveWebServerFactory} or * {@link TomcatServletWebServerFactory}, but not directly. * * @author Brian Clozel