Fix typo in HttpHeaders

Closes gh-22976
master
Rossen Stoyanchev 5 years ago
parent e0b9ed6d72
commit ffd7cffa14
  1. 2
      spring-web/src/main/java/org/springframework/http/HttpHeaders.java

@ -869,7 +869,7 @@ public class HttpHeaders implements MultiValueMap<String, String>, Serializable
/** /**
* Set the {@link Locale} of the content language, * Set the {@link Locale} of the content language,
* as specified by the {@literal Content-Language} header. * as specified by the {@literal Content-Language} header.
* <p>Use {@code set(CONTENT_LANGUAGE, ...)} if you need * <p>Use {@code set(CONTENT_LANGUAGE, list)} if you need
* to set multiple content languages.</p> * to set multiple content languages.</p>
* @since 5.0 * @since 5.0
*/ */

Loading…
Cancel
Save