Skip to content

Commit

Permalink
Merge branch '2.1.x' into 2.2.x
Browse files Browse the repository at this point in the history
Closes gh-20589
  • Loading branch information
wilkinsona committed Mar 20, 2020
2 parents 242e6b9 + 5e61f0d commit 9e7ab46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 9e7ab46

Please sign in to comment.