Skip to content

Commit

Permalink
Delete unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 4, 2024
1 parent b739922 commit ccbb067
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ else if(StringUtils.equals(wrapper.getTarget().getHostName(), preferences.getPro
);
configuration.setServiceUnavailableRetryStrategy(new CustomServiceUnavailableRetryStrategy(host,
new ExecutionCountServiceUnavailableRetryStrategy(new OAuth2ErrorResponseInterceptor(host, authorizationService))));
new ChainedServiceUnavailableRetryStrategy(new ExecutionCountServiceUnavailableRetryStrategy(
new ExecutionCountServiceUnavailableRetryStrategy(new OAuth2ErrorResponseInterceptor(host, authorizationService))));
configuration.addInterceptorLast(authorizationService);
final String locale = this.pinLocalization();
configuration.addInterceptorLast((HttpRequestInterceptor) (request, context) -> request.addHeader("Accept-Language", locale));
Expand Down

0 comments on commit ccbb067

Please sign in to comment.