Commit 5e61f0d7 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #20583 from j0rdanit0

* gh-20583:
  Link to correct factory in TomcatReactiveWebServerFactory's javadoc

Closes gh-20583
parents 4eb393ec 0d9d0f85
......@@ -79,13 +79,13 @@ public class TomcatReactiveWebServerFactory extends AbstractReactiveWebServerFac
private int backgroundProcessorDelay;
/**
* 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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment