Files
gerrit/java/com/google
Edwin Kempin 7621aebb69 Remove unneeded use of AccountCache from Set*Preferences REST endpoints
As result of the account update we get the updated AccountState back.
There is no need to retrieve it from the account cache. If the account
update returns an empty Optional it means that the account couldn't be
updated because it was missing. Throw an exception in this case.

Change-Id: Icdc23cc4abdb827d696f7c5e019421cdb9fab988
Signed-off-by: Edwin Kempin <ekempin@google.com>
2018-01-24 17:14:46 +01:00
..