There was an error while loading. Please reload this page.
1 parent d14d0f2 commit 9873ef6Copy full SHA for 9873ef6
2 files changed
services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/ApiClient.java
@@ -95,7 +95,7 @@ public class ApiClient {
95
96
/** Basic constructor for ApiClient */
97
public ApiClient() throws IOException {
98
- this(new CoreConfiguration.Builder().build());
+ this(new CoreConfiguration());
99
}
100
101
/**
services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/api/DefaultApi.java
@@ -47,7 +47,7 @@ public class DefaultApi {
47
private String localCustomBaseUrl;
48
49
public DefaultApi() throws IOException {
50
51
52
53
public DefaultApi(CoreConfiguration config) throws IOException {
0 commit comments