Replace explicit type with <>

This commit is contained in:
Thibault Meyer
2016-11-06 10:00:12 +01:00
parent 2a6d38eef2
commit 969a3c8b8d
291 changed files with 743 additions and 743 deletions
@@ -16,7 +16,7 @@ public final class TransactionEventTable implements Serializable {
private static final long serialVersionUID = 2236555729767483264L;
private final Map<String, TableIUD> map = new HashMap<String, TableIUD>();
private final Map<String, TableIUD> map = new HashMap<>();
public String toString() {
return "TransactionEventTable " + map.values();