Skip to content

Commit 75f16b4

Browse files
committed
Small case fix
1 parent ccf505a commit 75f16b4

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
@@ -576,7 +576,7 @@ public List<MediaType> getAcceptPatch() {
576576

577577
/**
578578
* Set the list of acceptable {@linkplain MediaType media types} for
579-
* {@code QUERY} methods, as specified by the {@code Accept-QUERY} header.
579+
* {@code QUERY} methods, as specified by the {@code Accept-Query} header.
580580
* @since x.x.x
581581
*/
582582
public void setAcceptQuery(List<MediaType> mediaTypes) {

0 commit comments

Comments
 (0)