Commit 20661f7e authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12448 from igor-suhorukov

* pr/12448:
  Polish
parents b32fc751 97d803bd
......@@ -45,7 +45,7 @@ abstract class ReactiveWebServerFactoryConfiguration {
static class EmbeddedNetty {
@Bean
public NettyReactiveWebServerFactory NettyReactiveWebServerFactory() {
public NettyReactiveWebServerFactory nettyReactiveWebServerFactory() {
return new NettyReactiveWebServerFactory();
}
......
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