Merge branch '2.1.x' into 2.2.x

Closes gh-20589
This commit is contained in:
Andy Wilkinson 2020-03-20 11:03:15 +00:00
commit 9e7ab46ecc
1 changed files with 2 additions and 2 deletions

View File

@ -91,13 +91,13 @@ public class TomcatReactiveWebServerFactory extends AbstractReactiveWebServerFac
private boolean disableMBeanRegistry = true;
/**
* Create a new {@link TomcatServletWebServerFactory} instance.
* Create a new {@link TomcatReactiveWebServerFactory} instance.
*/
public TomcatReactiveWebServerFactory() {
}
/**
* Create a new {@link TomcatServletWebServerFactory} that listens for requests using
* Create a new {@link TomcatReactiveWebServerFactory} that listens for requests using
* the specified port.
* @param port the port to listen on
*/