Skip to content

Commit

Permalink
Declare webSocketRegistryListener() as static method
Browse files Browse the repository at this point in the history
Closes gh-3077
  • Loading branch information
marcusdacoregio committed Jul 10, 2024
1 parent c7fef3d commit 9c9b607
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 9c9b607

Please sign in to comment.