Skip to content

Commit ccc6df6

Browse files
anuraagazoewangg
authored andcommitted
Fix typo in javadoc: query parameters -> http headers
1 parent 523a0e8 commit ccc6df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-client-spi/src/main/java/software/amazon/awssdk/http/SdkHttpResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ interface Builder extends CopyableBuilder<Builder, SdkHttpResponse> {
9191
Builder statusCode(int statusCode);
9292

9393
/**
94-
* The query parameters, exactly as they were configured with {@link #headers(Map)},
94+
* The HTTP headers, exactly as they were configured with {@link #headers(Map)},
9595
* {@link #putHeader(String, String)} and {@link #putHeader(String, List)}.
9696
*/
9797
Map<String, List<String>> headers();

0 commit comments

Comments
 (0)