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
@@ -33,7 +33,7 @@ public class TestInsertOnStringKey extends BaseTestCase {
}
private List<OrderItemEntity> toList(OrderItemEntity orderItemEntity) {
List<OrderItemEntity> list = new ArrayList<OrderItemEntity>();
List<OrderItemEntity> list = new ArrayList<>();
list.add(orderItemEntity);
return list;
}