Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dba9a67 authored by Songchun Fan's avatar Songchun Fan Committed by Android (Google) Code Review
Browse files

Merge "Remove @GuardedBy on a final, immutable field" into sc-dev

parents 79df6b40 0541a042
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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