You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/loader/DefaultSdkHttpClientBuilder.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ public SdkHttpClient buildWithDefaults(AttributeMap serviceDefaults) {
42
42
.map(f -> f.buildWithDefaults(serviceDefaults))
43
43
.orElseThrow(
44
44
() -> SdkClientException.builder()
45
-
.message("Unable to load an HTTP implementation from any provider in the" +
46
-
"chain. You must declare a dependency on an appropriate HTTP" +
47
-
"implementation or pass in an SdkHttpClient explicitly to the" +
45
+
.message("Unable to load an HTTP implementation from any provider in the" +
46
+
"chain. You must declare a dependency on an appropriate HTTP" +
47
+
"implementation or pass in an SdkHttpClient explicitly to the" +
0 commit comments