diff options
author | Andrew Scull <ascull@google.com> | 2017-05-19 11:04:38 +0100 |
---|---|---|
committer | Andrew Scull <ascull@google.com> | 2017-05-19 11:28:24 +0100 |
commit | b95ceab5e6ca40cc9f88bb08a8c0f82fde6387ef (patch) | |
tree | 5fb94feaa14c0c6a4a36b642d5319a68ead67138 /tools/aapt2/java/JavaClassGenerator.cpp | |
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
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions