Skip to content

Commit 4fe4480

Browse files
committed
Merge pull request #24245 from joca-bt
* pr/24245: Fix typo Closes gh-24245
2 parents 39953bb + 1d6bacf commit 4fe4480

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatWebServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
/**
4949
* {@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
5151
* {@link TomcatServletWebServerFactory}, but not directly.
5252
*
5353
* @author Brian Clozel

0 commit comments

Comments
 (0)