Skip to content

Commit 26751e3

Browse files
committed
solve merge conflict
1 parent 6117315 commit 26751e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/examples/ResourcemanagerExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cloud.stackit.sdk.resourcemanager.examples;
22

33
import cloud.stackit.sdk.core.exception.ApiException;
4-
import cloud.stackit.sdk.resourcemanager.api.DefaultApi;
4+
import cloud.stackit.sdk.resourcemanager.api.ResourceManagerApi;
55
import cloud.stackit.sdk.resourcemanager.model.CreateFolderPayload;
66
import cloud.stackit.sdk.resourcemanager.model.CreateProjectPayload;
77
import cloud.stackit.sdk.resourcemanager.model.FolderResponse;
@@ -14,7 +14,7 @@ class ResourcemanagerExample {
1414
public static void main(String[] args) throws IOException {
1515
// Credentials are read from the credentialsFile in `~/.stackit/credentials.json` or the env
1616
// STACKIT_SERVICE_ACCOUNT_KEY_PATH / STACKIT_SERVICE_ACCOUNT_KEY
17-
DefaultApi resourceManagerApi = new DefaultApi();
17+
ResourceManagerApi resourceManagerApi = new ResourceManagerApi();
1818

1919
// replace this with something useful for real use
2020
UUID containerParentId = UUID.randomUUID();

0 commit comments

Comments
 (0)