Java 7: Explicit type can be replaced with <>

This commit is contained in:
Lars Grefer
2019-08-27 02:10:07 +02:00
committed by Rossen Stoyanchev
parent ab69df656d
commit 55137e101a
8 changed files with 10 additions and 10 deletions

View File

@@ -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) {