Browse Source

Fix visibility of DefaultSockJsSchedulerContainer

Closes gh-28146
pull/28170/head
Stephane Nicoll 3 years ago
parent
commit
67b7c16bc0
  1. 2
      spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketConfigurationSupport.java

2
spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketConfigurationSupport.java

@ -95,7 +95,7 @@ public class WebSocketConfigurationSupport { @@ -95,7 +95,7 @@ public class WebSocketConfigurationSupport {
}
private static class DefaultSockJsSchedulerContainer implements InitializingBean, DisposableBean {
static class DefaultSockJsSchedulerContainer implements InitializingBean, DisposableBean {
@Nullable
private final ThreadPoolTaskScheduler scheduler;

Loading…
Cancel
Save