Java 7: Explicit type can be replaced with <>
This commit is contained in:
committed by
Rossen Stoyanchev
parent
ab69df656d
commit
55137e101a
@@ -52,7 +52,7 @@ public class SelectionTrackingActionListener implements ActionListener {
|
||||
|
||||
private final ActionListener delegate;
|
||||
|
||||
private final Map<Class<?>, Method> valueMethodCache = new ConcurrentHashMap<Class<?>, Method>(256);
|
||||
private final Map<Class<?>, Method> valueMethodCache = new ConcurrentHashMap<>(256);
|
||||
|
||||
|
||||
public SelectionTrackingActionListener(ActionListener delegate) {
|
||||
|
||||
Reference in New Issue
Block a user