Skip to content

Commit 703c57a

Browse files
alextwoodsdavidh44
andauthored
Apply suggestions from code review
Co-authored-by: David Ho <[email protected]>
1 parent bf15a67 commit 703c57a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.changes/next-release/bugfix-AWSSDKforJavav2-5e4425a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"type": "bugfix",
33
"category": "AWS SDK for Java v2",
44
"contributor": "",
5-
"description": "Improve Sigv4 signing performance, particurally for rpc protocols"
5+
"description": "Improve Sigv4 signing performance, particularly for RPC protocols"
66
}

core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/V4CanonicalRequest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public String getCanonicalRequestString() {
9494
return canonicalRequestString;
9595
}
9696

97-
98-
9997
private SortedMap<String, List<String>> canonicalQueryParams() {
10098
if (canonicalParams == null) {
10199
canonicalParams = getCanonicalQueryParams(request);

0 commit comments

Comments
 (0)