Skip to content

Commit 3790b39

Browse files
Mustach template
1 parent 378ca27 commit 3790b39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

custom_templates/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public class {{classname}} {
106106
};
107107

108108
if (contentType == null) {
109-
final String localVarContentType = apiClient.selectHeaderContentType(localVarContentTypes);
109+
final String localVarContentType = apiClient.selectHeaderContentType(localVarContentTypes);
110110
}
111111

112112
String[] localVarAuthNames = new String[] { {{#authMethods}}"{{name}}"{{^-last}}, {{/-last}}{{/authMethods}} };

openapi-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ apiPackage: com.bandwidth.sdk.api
1313
modelPackage: com.bandwidth.sdk.model
1414
library: okhttp-gson
1515
licenseName: MIT
16+
templateDir: custom_templates

0 commit comments

Comments
 (0)