Skip to content

Commit

Permalink
Revert "Make ArraysAsListSerializer not immutable"
Browse files Browse the repository at this point in the history
  • Loading branch information
magro committed Jan 27, 2018
1 parent 7f6c5ab commit b4bba0b
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 b4bba0b

Please sign in to comment.