From 9a6415375dc845e593db44c0e5508706f1fbe0f8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 28 May 2019 17:00:25 -0700 Subject: [PATCH] Polish --- .../web/reactive/ReactiveWebServerFactoryAutoConfiguration.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryAutoConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryAutoConfiguration.java index 46b96e4278..3845591ef0 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryAutoConfiguration.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryAutoConfiguration.java @@ -65,7 +65,6 @@ public class ReactiveWebServerFactoryAutoConfiguration { return new ReactiveWebServerFactoryCustomizer(serverProperties); } - @Bean @ConditionalOnClass(name = "org.apache.catalina.startup.Tomcat") public TomcatReactiveWebServerFactoryCustomizer tomcatReactiveWebServerFactoryCustomizer(