Skip to content

Commit

Permalink
remove unnecessary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Sep 18, 2024
1 parent cc8f950 commit 3829202
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ public class ClaimRestStatusService {

private final RestUtil restClient;
private final ClaimRepository claimRepository;
private final WebClient webClient;

public ClaimRestStatusService(RestUtil restClient, ClaimRepository claimRepository, @Qualifier("webClient") WebClient webClient) {
public ClaimRestStatusService(RestUtil restClient, ClaimRepository claimRepository) {
this.restClient = restClient;
this.claimRepository = claimRepository;
this.webClient = webClient;
}

@Async
Expand Down

0 comments on commit 3829202

Please sign in to comment.