Fix visibility of DefaultSockJsSchedulerContainer

Closes gh-28146
This commit is contained in:
Stephane Nicoll
2022-03-09 16:38:10 +01:00
parent 9809752c3c
commit 67b7c16bc0

View File

@@ -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;