Skip to content

Commit

Permalink
fix: avoided ambiguous dependencies for type CacheProvider<?>
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Oct 15, 2021
1 parent 65becaf commit 2343445
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 2343445

Please sign in to comment.