Skip to content

Commit 0e874cb

Browse files
authored
Fix javadoc (#6836)
1 parent 22c9410 commit 0e874cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ default Builder putRawQueryParameter(String paramName, String paramValue) {
214214
Builder method(SdkHttpMethod httpMethod);
215215

216216
/**
217-
* The query parameters, exactly as they were configured with {@link #headers(Map)},
218-
* {@link #putHeader(String, String)} and {@link #putHeader(String, List)}.
217+
* The headers, exactly as they were configured with {@link #headers(Map)}, {@link #putHeader(String, String)} and
218+
* {@link #putHeader(String, List)}.
219219
*/
220220
@Override
221221
Map<String, List<String>> headers();

0 commit comments

Comments
 (0)