Skip to content

Commit 6cff66a

Browse files
committed
Merge branch '2.2.x'
Closes gh-20590
2 parents c3b04d7 + 9e7ab46 commit 6cff66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/tomcat/TomcatReactiveWebServerFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ public class TomcatReactiveWebServerFactory extends AbstractReactiveWebServerFac
9191
private boolean disableMBeanRegistry = true;
9292

9393
/**
94-
* Create a new {@link TomcatServletWebServerFactory} instance.
94+
* Create a new {@link TomcatReactiveWebServerFactory} instance.
9595
*/
9696
public TomcatReactiveWebServerFactory() {
9797
}
9898

9999
/**
100-
* Create a new {@link TomcatServletWebServerFactory} that listens for requests using
100+
* Create a new {@link TomcatReactiveWebServerFactory} that listens for requests using
101101
* the specified port.
102102
* @param port the port to listen on
103103
*/

0 commit comments

Comments
 (0)