We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation quibble:
The MediaType.ALL docstring is cut off on https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/MediaType.html in the Field Summary table, but is shown in full in the Field Details table.
MediaType.ALL
Screen grab-
While this might be a javadoc issue it's still a pain in the.. neck for Spring boot user
The text was updated successfully, but these errors were encountered:
MediaType#ALL
This is because javadoc is cutting after . . Perhaps the i.e. can just be dropped.
.
@bclozel or @snicoll could you please transfer this issue to spring-framework
Sorry, something went wrong.
I’ll use this opportunity to revisit a bit all constant entries.
ff28d2d
bclozel
No branches or pull requests
Documentation quibble:
The
MediaType.ALL
docstring is cut off on https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/MediaType.html in the Field Summary table, but is shown in full in the Field Details table.Screen grab-
While this might be a javadoc issue it's still a pain in the.. neck for Spring boot user
The text was updated successfully, but these errors were encountered: