Skip to content

Commit 9a64153

Browse files
committed
Polish
1 parent 988f02d commit 9a64153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryAutoConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public ReactiveWebServerFactoryCustomizer reactiveWebServerFactoryCustomizer(
6565
return new ReactiveWebServerFactoryCustomizer(serverProperties);
6666
}
6767

68-
6968
@Bean
7069
@ConditionalOnClass(name = "org.apache.catalina.startup.Tomcat")
7170
public TomcatReactiveWebServerFactoryCustomizer tomcatReactiveWebServerFactoryCustomizer(

0 commit comments

Comments
 (0)