We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d446f9 commit 83df467Copy full SHA for 83df467
spring-webmvc/src/main/java/org/springframework/web/servlet/i18n/CookieLocaleResolver.java
@@ -335,7 +335,6 @@ protected String toLocaleValue(Locale locale) {
335
* @see #setDefaultLocale
336
* @see javax.servlet.http.HttpServletRequest#getLocale()
337
*/
338
- @Nullable
339
protected Locale determineDefaultLocale(HttpServletRequest request) {
340
Locale defaultLocale = getDefaultLocale();
341
if (defaultLocale == null) {
0 commit comments