Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
Closes gh-3090
  • Loading branch information
marcusdacoregio committed Jul 10, 2024
2 parents c5298fe + 9c9b607 commit 6c1ca03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void configureWebSocketTransport(WebSocketTransportRegistration registrat
}

@Bean
public WebSocketRegistryListener webSocketRegistryListener() {
public static WebSocketRegistryListener webSocketRegistryListener() {
return new WebSocketRegistryListener();
}

Expand Down

0 comments on commit 6c1ca03

Please sign in to comment.