Fix visibility of DefaultSockJsSchedulerContainer
Closes gh-28146
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user