Skip to content

Commit b1f0113

Browse files
committed
Fix javadoc
1 parent 2fde0c0 commit b1f0113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public ContentStreamProvider sign(ContentStreamProvider payload, V4aRequestSigni
102102
}
103103

104104
/**
105-
* Given a payload and result of request signing, sign the payload via the SigV4 process.
105+
* Given a payload and result of request signing, sign the payload via the SigV4a process.
106106
*/
107107
@Override
108108
public Publisher<ByteBuffer> signAsync(Publisher<ByteBuffer> payload, V4aRequestSigningResult requestSigningResult) {

0 commit comments

Comments
 (0)