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
@@ -101,7 +101,7 @@ public class LoadManyRequest extends LoadRequest {
private List<Object> getParentIdList(int batchSize) {
ArrayList<Object> idList = new ArrayList<Object>(batchSize);
ArrayList<Object> idList = new ArrayList<>(batchSize);
BeanPropertyAssocMany<?> many = getMany();
for (int i = 0; i < batch.size(); i++) {