You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServletResponseHttpHeaders#get should be annotated with @Nullable and return null instead of a singleton list containing null when there is no content type header.
The text was updated successfully, but these errors were encountered:
ServletResponseHttpHeaders#get
should be annotated with@Nullable
and returnnull
instead of a singleton list containingnull
when there is no content type header.The text was updated successfully, but these errors were encountered: