Skip to content

Commit

Permalink
java7
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroger committed Jun 20, 2019
1 parent 0a42a93 commit ed44ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testMap() throws Exception {
ClassMeta<Data> classMeta = ReflectionService.newInstance().getClassMeta(Data.class);

AbstractMapperBuilderTest.SampleMapperBuilder<Data> builder =
new AbstractMapperBuilderTest.SampleMapperBuilder<Data>(classMeta, MapperConfig.fieldMapperConfig());
new AbstractMapperBuilderTest.SampleMapperBuilder<Data>(classMeta, MapperConfig.<SampleFieldKey, Object[]>fieldMapperConfig());

EnumerableMapper<Object[][], Data, ?> mapper =
builder
Expand Down

0 comments on commit ed44ff8

Please sign in to comment.