Skip to content

Commit

Permalink
Merge pull request #85 from magro/revert-79-patch-1
Browse files Browse the repository at this point in the history
Revert "Make ArraysAsListSerializer not immutable"
  • Loading branch information
magro committed Jan 27, 2018
2 parents 7f6c5ab + b4bba0b commit dc6bc93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public ArraysAsListSerializer() {
} catch ( final Exception e ) {
throw new RuntimeException( e );
}
// Immutable causes #copy(obj) to return the original object
setImmutable(true);
}

@Override
Expand Down

0 comments on commit dc6bc93

Please sign in to comment.