Skip to content

Commit

Permalink
Merge pull request #271 from JanssenProject/sonar_improvements
Browse files Browse the repository at this point in the history
fix: avoided ambiguous dependencies for type CacheProvider<?>
  • Loading branch information
yuriyz committed Oct 15, 2021
2 parents 65becaf + 2343445 commit 0f83bae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class CleanerTimer {
private UmaResourceService umaResourceService;

@Inject
private CacheProvider<?> cacheProvider;
private CacheProvider cacheProvider;

@Inject
@Named("u2fRequestService")
Expand Down

0 comments on commit 0f83bae

Please sign in to comment.