Skip to content

Commit 469106a

Browse files
committed
undo fix of config typo
1 parent f7e72cb commit 469106a

File tree

1 file changed

+1
-1
lines changed
  • services/iaas/src/main/java/cloud/stackit/sdk/iaas/api

1 file changed

+1
-1
lines changed

services/iaas/src/main/java/cloud/stackit/sdk/iaas/api/IaasApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public IaasApi() throws IOException {
3333
*
3434
* <p>For production use consider using the constructor with the OkHttpClient parameter.
3535
*
36-
* @param configuration your STACKIT SDK CoreConfiguration
36+
* @param config your STACKIT SDK CoreConfiguration
3737
* @throws IOException
3838
*/
3939
public IaasApi(CoreConfiguration configuration) throws IOException {

0 commit comments

Comments
 (0)