Skip to content

Commit

Permalink
correct misleading comment in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
unlimitedsola committed May 11, 2016
1 parent 1ecc6b5 commit 8be34a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -376,7 +376,7 @@ and as long as source and result types are compatible -- that is, if to-JSON, fr
But here are couple of potentially useful use cases:

```java
// Convert from int[] to List<Integer>
// Convert from List<Integer> to int[]
List<Integer> sourceList = ...;
int[] ints = mapper.convertValue(sourceList, int[].class);
// Convert a POJO into Map!
Expand Down

0 comments on commit 8be34a4

Please sign in to comment.