File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Templates/templates/Java/requests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
import <#=importNamespace#>.core.IBaseClient;
9
9
import <#=importNamespace#>.core.BaseClient;
10
10
import <#=importNamespace#>.http.IHttpProvider;
11
- import <#=importNamespace#>.httpcore.ICoreAuthenticationProvider ;
11
+ import <#=importNamespace#>.authentication.IAuthenticationProvider ;
12
12
import <#=importNamespace#>.logger.ILogger;
13
13
import <#=importNamespace#>.serializer.ISerializer;
14
14
import okhttp3.OkHttpClient;
@@ -106,7 +106,7 @@ import okhttp3.OkHttpClient;
106
106
*/
107
107
@Nonnull
108
108
@Override
109
- public Builder<httpClientType> authenticationProvider(@Nonnull final ICoreAuthenticationProvider auth) {
109
+ public Builder<httpClientType> authenticationProvider(@Nonnull final IAuthenticationProvider auth) {
110
110
super.authenticationProvider(auth);
111
111
return this;
112
112
}
You can’t perform that action at this time.
0 commit comments