-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Minor fixes in spring-websocket #29408
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
Conversation
Hi @imkulwant, Thanks for creating your first PR for the Spring Framework. Aside from some Checkstyle violations and unnecessary Javadoc changes (which I can address for you), I think this PR seems reasonable. So, would you mind if we reopen and merge this PR? |
Hi @sbrannen I had closed the PR to fix some test failures. Will fix them and re-open again. |
These commits have been merged into Thanks |
Minor Fixes in spring-websocket
Used Standard Charsets object
Removed unnecessary call to toString
Replaced concatenated strings with text blocks
Removed Arrays.asList call with too few arguments
Fixed Javadoc links