Files
gerrit/javatests
Patrick Hiesel 3e64fd492b Make AccountState an AutoValue
AccountState is a cached entity that is shared between different
threads. We therefore want it to be immutable. AutoValue is the
preferred way of generating immutable entities that have equals and
toString implementations and is used for almost all other caches. Hence,
we use it for AccountState too.

Change-Id: I3b19ef34791c8800667fdcf9ad8beade8539af13
2019-09-25 12:45:32 +02:00
..