From 97d803bd3056d99117da1e0147b339598fbaa806 Mon Sep 17 00:00:00 2001 From: igor-suhorukov Date: Tue, 13 Mar 2018 00:01:24 +0300 Subject: [PATCH] Polish Closes gh-12448 --- .../web/reactive/ReactiveWebServerFactoryConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryConfiguration.java index 01644a9b8e9..52b0f6283cc 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryConfiguration.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveWebServerFactoryConfiguration.java @@ -45,7 +45,7 @@ abstract class ReactiveWebServerFactoryConfiguration { static class EmbeddedNetty { @Bean - public NettyReactiveWebServerFactory NettyReactiveWebServerFactory() { + public NettyReactiveWebServerFactory nettyReactiveWebServerFactory() { return new NettyReactiveWebServerFactory(); }