Commit f03ccd5 1 parent bcc6171 commit f03ccd5 Copy full SHA for f03ccd5
File tree 1 file changed +2
-2
lines changed
spring-webmvc/src/main/java/org/springframework/web/servlet/i18n
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -72,7 +72,7 @@ public List<Locale> getSupportedLocales() {
72
72
/**
73
73
* Configure a fixed default locale to fall back on if the request does not
74
74
* have an "Accept-Language" header.
75
- * <p>By default this is not set in which case when there is "Accept-Language"
75
+ * <p>By default this is not set in which case when there is no "Accept-Language"
76
76
* header, the default locale for the server is used as defined in
77
77
* {@link HttpServletRequest#getLocale()}.
78
78
* @param defaultLocale the default locale to use
You can’t perform that action at this time.
0 commit comments