Skip to content

Commit 1be2cf9

Browse files
committed
Trigger import
1 parent 4deeca1 commit 1be2cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class AwsCrtHttpClient extends AwsCrtHttpClientBase implements SdkH
5858
private AwsCrtHttpClient(DefaultBuilder builder, AttributeMap config) {
5959
super(builder, config);
6060
if (this.protocol == Protocol.HTTP2) {
61-
throw new UnsupportedOperationException("HTTP/2 is not supported in sync client. Use AwsCrtAsyncHttpClient instead");
61+
throw new UnsupportedOperationException("HTTP/2 is not supported in sync client. Use AwsCrtAsyncHttpClient instead.");
6262
}
6363
}
6464

0 commit comments

Comments
 (0)