Polish RSocketServerBootstrap bean name

Closes gh-16700
This commit is contained in:
Johnny Lim 2019-05-02 12:17:22 +09:00 committed by Stephane Nicoll
parent f056b952d9
commit 21b05bbafc
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class RSocketServerAutoConfiguration {
}
@Bean
public RSocketServerBootstrap nettyRSocketBootstrap(
public RSocketServerBootstrap rSocketServerBootstrap(
RSocketServerFactory rSocketServerFactory,
SocketAcceptor socketAcceptor) {
return new RSocketServerBootstrap(rSocketServerFactory, socketAcceptor);