summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2021-05-07 10:10:38 +0100
committerNeil Fuller <nfuller@google.com>2021-05-07 10:56:01 +0100
commit0541a04273c8a2695d574c1159fc0127777ff9f5 (patch)
treed105a664adaa425d2fabb4d4a2645a30916afeb6 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentff09af37dd4a88119362ed396f31ace31e95ebf6 (diff)
Remove @GuardedBy on a final, immutable field
Remove @GuardedBy on a final, immutable field as it is causing errorprone warnings on a work-in-progress commit. ContentProviderHolder.mUri is accessed in multiple places without holding mLock, and it is final and documented as immutable so should be safe to access without mLock. This commit should reduce ErrorProne warnings now and in future. Bug: 185786624 Test: build / treehugger only Change-Id: Ic7fbe550ff6f538f336cfb859f66daa94844ca28
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions