Skip to content

Commit 970a02d

Browse files
Fyuselrubenhoenle
andauthored
Update CONTRIBUTION.md
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent b4e7330 commit 970a02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For integration with other tools such as the [STACKIT Terraform Provider](https:
4949
Let's suppose you want to implement the waiters for the `Create`, `Update` and `Delete` operations of a resource `bar` of service `foo`:
5050

5151
1. Start by creating a new folder `wait/` inside `services/foo/`, if it doesn't exist yet
52-
2. Create a file `FooWait.go` inside your new folder `services/foo/wait`, if it doesn't exist yet. The class should be named `FooWait`.
52+
2. Create a file `FooWait.java` inside your new Java package `cloud.stackit.sdk.resourcemanager.wait`, if it doesn't exist yet. The class should be named `FooWait`.
5353
3. Refer to the [Waiter structure](./CONTRIBUTION.md/#waiter-structure) section for details on the structure of the file and the methods
5454
4. Add unit tests to the wait functions
5555

0 commit comments

Comments
 (0)