File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
iaas/src/main/java/cloud/stackit/sdk/iaas/api
resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public IaasApi(OkHttpClient httpClient) throws IOException {
54
54
* Constructor for IaasApi
55
55
*
56
56
* @param httpClient OkHttpClient object
57
- * @param configuraction your STACKIT SDK CoreConfiguration
57
+ * @param configuration your STACKIT SDK CoreConfiguration
58
58
* @throws IOException
59
59
*/
60
60
public IaasApi (OkHttpClient httpClient , CoreConfiguration configuration ) throws IOException {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public ResourceManagerApi(OkHttpClient httpClient) throws IOException {
54
54
* Constructor for ResourceManagerApi
55
55
*
56
56
* @param httpClient OkHttpClient object
57
- * @param configuraction your STACKIT SDK CoreConfiguration
57
+ * @param configuration your STACKIT SDK CoreConfiguration
58
58
* @throws IOException
59
59
*/
60
60
public ResourceManagerApi (OkHttpClient httpClient , CoreConfiguration configuration )
You can’t perform that action at this time.
0 commit comments