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:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user