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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user