Merge branch '5.3.x'
# Conflicts: # spring-context/src/main/java/org/springframework/jmx/export/MBeanExporter.java # spring-context/src/main/java/org/springframework/scripting/support/StandardScriptFactory.java
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2020 the original author or authors.
|
||||
* Copyright 2002-2022 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -314,9 +314,9 @@ public class CookieLocaleResolver extends CookieGenerator implements LocaleConte
|
||||
/**
|
||||
* Render the given locale as a text value for inclusion in a cookie.
|
||||
* <p>The default implementation calls {@link Locale#toString()}
|
||||
* or JDK 7's {@link Locale#toLanguageTag()}, depending on the
|
||||
* or {@link Locale#toLanguageTag()}, depending on the
|
||||
* {@link #setLanguageTagCompliant "languageTagCompliant"} configuration property.
|
||||
* @param locale the locale to stringify
|
||||
* @param locale the locale to convert to a string
|
||||
* @return a String representation for the given locale
|
||||
* @since 4.3
|
||||
* @see #isLanguageTagCompliant()
|
||||
|
||||
Reference in New Issue
Block a user