See gh-24245
This commit is contained in:
João Guerra 2020-11-25 12:30:08 +01:00 committed by Stephane Nicoll
parent 39953bb36c
commit 1d6bacf1c8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import org.springframework.util.Assert;
/** /**
* {@link WebServer} that can be used to control a Tomcat web server. Usually this class * {@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. * {@link TomcatServletWebServerFactory}, but not directly.
* *
* @author Brian Clozel * @author Brian Clozel