Skip to content

Commit 5b04b04

Browse files
committed
Merge branch '5.1.x'
2 parents 4b8ce04 + 4523d01 commit 5b04b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/HttpHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ public ContentDisposition getContentDisposition() {
886886
/**
887887
* Set the {@link Locale} of the content language,
888888
* as specified by the {@literal Content-Language} header.
889-
* <p>Use {@code set(CONTENT_LANGUAGE, list)} if you need
889+
* <p>Use {@code put(CONTENT_LANGUAGE, list)} if you need
890890
* to set multiple content languages.</p>
891891
* @since 5.0
892892
*/

0 commit comments

Comments
 (0)