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
org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.setDefaultLocale, line 74
// ...// By default this is not set in which case when there is "Accept-Language" header // ...publicvoidsetDefaultLocale(@NullableLocaledefaultLocale) { ... }
I think it means "when there is no 'Accept-Language' header".
The text was updated successfully, but these errors were encountered:
sbrannen
changed the title
A comment error in org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
Fix Javadoc in AcceptHeaderLocaleResolver
Apr 13, 2021
Affects: spring-webmvc 5.1.6.RELEASE
org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.setDefaultLocale, line 74
I think it means "when there is no 'Accept-Language' header".
The text was updated successfully, but these errors were encountered: