Skip to content

Commit

Permalink
Merge pull request #10890 from marysia16122/patch-1
Browse files Browse the repository at this point in the history
Fixed bug 10889
  • Loading branch information
HugoMario authored Jul 29, 2021
2 parents 87e8fa7 + 8be2bdf commit e89c34f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class ApiClient {
this();
for(String authName : authNames) {
{{#hasAuthMethods}}
RequestInterceptor auth;
RequestInterceptor auth = null;
{{#authMethods}}if ("{{name}}".equals(authName)) {
{{#isBasic}}
auth = new HttpBasicAuth();
Expand Down

0 comments on commit e89c34f

Please sign in to comment.