mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Replace explicit type with <>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user