You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
48
48
/**
49
49
* {@link WebServer} that can be used to control a Tomcat web server. Usually this class
50
-
* should be created using the {@link TomcatReactiveWebServerFactory} of
50
+
* should be created using the {@link TomcatReactiveWebServerFactory} or
51
51
* {@link TomcatServletWebServerFactory}, but not directly.
0 commit comments