Skip to content

Commit 67b7c16

Browse files
committed
Fix visibility of DefaultSockJsSchedulerContainer
Closes gh-28146
1 parent 9809752 commit 67b7c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private ThreadPoolTaskScheduler initDefaultSockJsScheduler() {
9595
}
9696

9797

98-
private static class DefaultSockJsSchedulerContainer implements InitializingBean, DisposableBean {
98+
static class DefaultSockJsSchedulerContainer implements InitializingBean, DisposableBean {
9999

100100
@Nullable
101101
private final ThreadPoolTaskScheduler scheduler;

0 commit comments

Comments
 (0)