commit | b95ceab5e6ca40cc9f88bb08a8c0f82fde6387ef | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Fri May 19 11:04:38 2017 +0100 |
committer | Andrew Scull <ascull@google.com> | Fri May 19 11:28:24 2017 +0100 |
tree | 5fb94feaa14c0c6a4a36b642d5319a68ead67138 | |
parent | 74fa79e6d6afb7ae9e301e5a156bfcd54679262c [diff] |
CommonTimeManagementService: fix error-prone warnings. Synchronizing on non-final fields is not safe: if the field is ever updated, different threads may end up locking on different objects. Missing @Override annotations. Change-Id: I6ff0b47776333bc566148bb671205d0821ba774d Fix: 38442014 Test: Build