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
@@ -29,7 +29,7 @@ public class CachedBeanDataSerializeTest extends BaseTestCase {
@Test
public void write() throws IOException, ClassNotFoundException {
Map<String, Object> map = new LinkedHashMap<String,Object>();
Map<String, Object> map = new LinkedHashMap<>();
map.put("name", "rob");
map.put("some", "thing");
map.put("whenCreated", ""+System.currentTimeMillis());