Merge "Remove @GuardedBy on a final, immutable field" into sc-dev am: 9dba9a6782

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14467996

Change-Id: Ibec4c55e9fc2545c82f61dcd6000af1d64c29af8
This commit is contained in:
Songchun Fan
2021-05-07 17:21:11 +00:00
committed by Automerger Merge Worker

View File

@@ -2660,7 +2660,6 @@ public final class Settings {
private static final class ContentProviderHolder {
private final Object mLock = new Object();
@GuardedBy("mLock")
private final Uri mUri;
@GuardedBy("mLock")
@UnsupportedAppUsage