Commit 0d9d0f85 authored by Jordan Simpson's avatar Jordan Simpson Committed by Andy Wilkinson

Link to correct factory in TomcatReactiveWebServerFactory's javadoc

See gh-20583
parent 4eb393ec
...@@ -79,13 +79,13 @@ public class TomcatReactiveWebServerFactory extends AbstractReactiveWebServerFac ...@@ -79,13 +79,13 @@ public class TomcatReactiveWebServerFactory extends AbstractReactiveWebServerFac
private int backgroundProcessorDelay; private int backgroundProcessorDelay;
/** /**
* Create a new {@link TomcatServletWebServerFactory} instance. * Create a new {@link TomcatReactiveWebServerFactory} instance.
*/ */
public TomcatReactiveWebServerFactory() { 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. * the specified port.
* @param port the port to listen on * @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