Skip to content

Commit

Permalink
SockJS TaskScheduler container bean is package private
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Jan 11, 2022
1 parent 5aefcd2 commit 29fe109
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ protected void registerWebSocketHandlers(WebSocketHandlerRegistry registry) {
* </pre>
*/
@Bean
public DefaultSockJsSchedulerContainer defaultSockJsSchedulerContainer() {
DefaultSockJsSchedulerContainer defaultSockJsSchedulerContainer() {
return (initHandlerRegistry().requiresTaskScheduler() ?
new DefaultSockJsSchedulerContainer(initDefaultSockJsScheduler()) :
new DefaultSockJsSchedulerContainer(null));
Expand Down

0 comments on commit 29fe109

Please sign in to comment.