Files
gerrit/java
Edwin Kempin 8f9793676d Make collections in AccountState immutable
The account cache stores AccountState objects. If the collections in
AccountState are mutable callers can polute the cache by making updates
to the collections in AccountState without updating the underlying
storage.

Change-Id: I1141fd8211d4a081c92efe0848d90efe174487e4
Signed-off-by: Edwin Kempin <ekempin@google.com>
2018-01-18 14:35:20 +01:00
..