Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ default Builder putRawQueryParameter(String paramName, String paramValue) {
Builder method(SdkHttpMethod httpMethod);

/**
* The query parameters, exactly as they were configured with {@link #headers(Map)},
* {@link #putHeader(String, String)} and {@link #putHeader(String, List)}.
* The headers, exactly as they were configured with {@link #headers(Map)}, {@link #putHeader(String, String)} and
* {@link #putHeader(String, List)}.
*/
@Override
Map<String, List<String>> headers();
Expand Down
Loading