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.
2 parents 87e8fa7 + 8be2bdf commit e89c34fCopy full SHA for e89c34f
modules/swagger-codegen/src/main/resources/Java/libraries/feign/ApiClient.mustache
@@ -53,7 +53,7 @@ public class ApiClient {
53
this();
54
for(String authName : authNames) {
55
{{#hasAuthMethods}}
56
- RequestInterceptor auth;
+ RequestInterceptor auth = null;
57
{{#authMethods}}if ("{{name}}".equals(authName)) {
58
{{#isBasic}}
59
auth = new HttpBasicAuth();
0 commit comments