Skip to content

Commit

Permalink
Copied from cpovirk's CL 147393681 to submit while cpovirk is OOO.
Browse files Browse the repository at this point in the history
Fix GWT serialization broken by CL 146683890.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=147488537
  • Loading branch information
lowasser authored and cpovirk committed Feb 15, 2017
1 parent fbe153c commit ccd010f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
class RegularImmutableList<E> extends ForwardingImmutableList<E> {
private final List<E> delegate;
E forSerialization;

RegularImmutableList(List<E> delegate) {
// TODO(cpovirk): avoid redundant unmodifiableList wrapping
Expand Down

0 comments on commit ccd010f

Please sign in to comment.