commit | 3de4796716d4f9efc16bf85905e7bce3742f39c7 | [log] [tgz] |
---|---|---|
author | Kurt Nelson <kurtn@google.com> | Thu Sep 07 11:35:51 2017 -0700 |
committer | Kurt Nelson <kurtn@google.com> | Thu Sep 07 23:54:49 2017 -0700 |
tree | 1ba7a7c137048fd277be07dc3666dc931b764dc9 | |
parent | 28e49b7eedadf085608ac9a7fd26a23ffb9637c4 [diff] |
Don't store class in InstanceCountViolation As InstanceCountViolation is a Throwable, it can be serialized. The Class is only used for toString, so we just store the class name instead. Test: compiles Change-Id: If3acf151e7b1fa90fbb2d3aab90a102dc0b030e8