Skip to content

Commit

Permalink
Remove redundant type information
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 7, 2023
1 parent 14e7744 commit 699b644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
public class CargoSourceLookupParticipant extends AbstractSourceLookupParticipant {

private Map<Object, Object[]> fCachedResults = Collections.synchronizedMap(new HashMap<Object, Object[]>());
private Map<Object, Object[]> fCachedResults = Collections.synchronizedMap(new HashMap<>());

/**
* Constructor for CargoSourceLookupParticipant.
Expand Down

0 comments on commit 699b644

Please sign in to comment.