We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4deeca1 commit 1be2cf9Copy full SHA for 1be2cf9
1 file changed
http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/AwsCrtHttpClient.java
@@ -58,7 +58,7 @@ public final class AwsCrtHttpClient extends AwsCrtHttpClientBase implements SdkH
58
private AwsCrtHttpClient(DefaultBuilder builder, AttributeMap config) {
59
super(builder, config);
60
if (this.protocol == Protocol.HTTP2) {
61
- throw new UnsupportedOperationException("HTTP/2 is not supported in sync client. Use AwsCrtAsyncHttpClient instead");
+ throw new UnsupportedOperationException("HTTP/2 is not supported in sync client. Use AwsCrtAsyncHttpClient instead.");
62
}
63
64
0 commit comments