We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67b6d9 commit d537a8cCopy full SHA for d537a8c
services/iaas/src/main/java/cloud/stackit/sdk/iaas/ApiClient.java
@@ -96,7 +96,7 @@ public class ApiClient {
96
97
/** Basic constructor for ApiClient */
98
public ApiClient() throws IOException {
99
- this(new CoreConfiguration.Builder().build());
+ this(new CoreConfiguration());
100
}
101
102
/**
services/iaas/src/main/java/cloud/stackit/sdk/iaas/api/DefaultApi.java
@@ -115,7 +115,7 @@ public class DefaultApi {
115
private String localCustomBaseUrl;
116
117
public DefaultApi() throws IOException {
118
119
120
121
public DefaultApi(CoreConfiguration config) throws IOException {
0 commit comments