Skip to content

Commit

Permalink
Update ArraysAsListSerializer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chermenin committed Aug 24, 2016
1 parent 0d08806 commit add1c3c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@
*/
public class ArraysAsListSerializer extends Serializer<List<?>> {

private static final Map<Class<?>, Class<?>> primitives = new HashMap<>(8, 1.0F);
private static final Map<Class<?>, Class<?>> primitives = new HashMap<Class<?>, Class<?>>(8, 1.0F);

static {
primitives.put(byte.class, Byte.class);
Expand Down

0 comments on commit add1c3c

Please sign in to comment.