Skip to content

Commit b76a995

Browse files
committed
Polish RSocketServerAutoConfiguration
1 parent 84637ac commit b76a995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class RSocketServerAutoConfiguration {
6666

6767
@Conditional(OnRSocketWebServerCondition.class)
6868
@Configuration(proxyBeanMethods = false)
69-
static class WebFluxServerAutoConfiguration {
69+
static class WebFluxServerConfiguration {
7070

7171
@Bean
7272
@ConditionalOnMissingBean
@@ -83,7 +83,7 @@ RSocketWebSocketNettyRouteProvider rSocketWebsocketRouteProvider(RSocketProperti
8383
@ConditionalOnProperty(prefix = "spring.rsocket.server", name = "port")
8484
@ConditionalOnClass(ReactorResourceFactory.class)
8585
@Configuration(proxyBeanMethods = false)
86-
static class EmbeddedServerAutoConfiguration {
86+
static class EmbeddedServerConfiguration {
8787

8888
@Bean
8989
@ConditionalOnMissingBean

0 commit comments

Comments
 (0)