Skip to content

Commit 82a50b8

Browse files
committed
review findings
1 parent cbfefbd commit 82a50b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

templates/java/api_test.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
{{! This template had to be customized because of our changes to the DefaultApi and ApiClient classes }}
2+
{{! Original template: https://github.com/OpenAPITools/openapi-generator/blob/v7.15.0/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/api_test.mustache }}
3+
14
{{>licenseInfo}}
25

36
package {{invokerPackage}};

templates/java/custom/serviceApi.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class {{serviceName}}Api extends DefaultApi {
4545
* Constructor for {{serviceName}}Api
4646
*
4747
* @param httpClient OkHttpClient object
48-
* @param configuraction your STACKIT SDK CoreConfiguration
48+
* @param configuration your STACKIT SDK CoreConfiguration
4949
* @throws IOException
5050
*/
5151
public {{serviceName}}Api(OkHttpClient httpClient, CoreConfiguration configuration) throws IOException {

0 commit comments

Comments
 (0)