Skip to content

Commit 4ad837f

Browse files
committed
Merge pull request #16700 from izeye
* pr/16700: Polish RSocketServerBootstrap bean name
2 parents f056b95 + 21b05bb commit 4ad837f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/rsocket/RSocketServerAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public RSocketServerFactory rSocketServerFactory(RSocketProperties properties,
106106
}
107107

108108
@Bean
109-
public RSocketServerBootstrap nettyRSocketBootstrap(
109+
public RSocketServerBootstrap rSocketServerBootstrap(
110110
RSocketServerFactory rSocketServerFactory,
111111
SocketAcceptor socketAcceptor) {
112112
return new RSocketServerBootstrap(rSocketServerFactory, socketAcceptor);

0 commit comments

Comments
 (0)