Skip to content
Commit b95ceab5 authored by Andrew Scull's avatar Andrew Scull
Browse files

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
parent 74fa79e6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment