We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbffe78 commit 2936558Copy full SHA for 2936558
2 files changed
templates/java/ApiClient.mustache
@@ -143,7 +143,7 @@ public class ApiClient {
143
*/
144
public ApiClient() throws IOException {
145
{{! BEGIN - replace basic constructur }}
146
- this(new CoreConfiguration.Builder().build());
+ this(new CoreConfiguration());
147
{{! END - replace basic constructur }}
148
}
149
templates/java/api.mustache
@@ -63,7 +63,7 @@ public class {{classname}} {
63
64
{{! BEGIN - Remove default constructor and replaced with constructor which uses CoreConfiguration }}
65
public {{classname}}() throws IOException {
66
67
68
69
public {{classname}}(CoreConfiguration config) throws IOException {
0 commit comments