Skip to content

Commit

Permalink
fixed files form Mockito #26
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent 3cea381 commit 8153ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ public static <T> T primitiveValueOrNullFor(Class<T> primitiveType) {
primitiveValues.put(int.class, 0);
primitiveValues.put(long.class, 0L);
primitiveValues.put(float.class, 0F);
primitiveValues.put(double.class, 0);
primitiveValues.put(double.class, 0D);
}
}

0 comments on commit 8153ff5

Please sign in to comment.