Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example in Javadoc for @EnableWebSocket #30187

Closed
sbrannen opened this issue Mar 24, 2023 · 1 comment
Closed

Fix example in Javadoc for @EnableWebSocket #30187

sbrannen opened this issue Mar 24, 2023 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: documentation A documentation task
Milestone

Comments

@sbrannen
Copy link
Member

Backport of gh-30183

@sbrannen sbrannen added type: documentation A documentation task in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch labels Mar 24, 2023
@sbrannen sbrannen added this to the 5.3.27 milestone Mar 24, 2023
@sbrannen sbrannen self-assigned this Mar 24, 2023
sbrannen pushed a commit that referenced this issue Mar 24, 2023
The `echoWebSocketHandler()` method is not defined in the
`WebSocketConfigurer` interface and should therefore be annotated with
`@Bean` instead of `@Override`.

Closes gh-30187
@sbrannen
Copy link
Member Author

Closed in 6f6eb3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

1 participant