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

Commit dd679395 authored by Kweku Adams's avatar Kweku Adams Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in GuardedBy annotation."

parents 788a208c 7a6a23a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -189,10 +189,10 @@ public final class AppCompactor {
    @GuardedBy("mPhenotypeFlagLock")
    @VisibleForTesting volatile long mFullAnonRssThrottleKb =
            DEFAULT_COMPACT_FULL_RSS_THROTTLE_KB;
    @GuardedBy("mPhenoypeFlagLock")
    @GuardedBy("mPhenotypeFlagLock")
    @VisibleForTesting volatile long mFullDeltaRssThrottleKb =
            DEFAULT_COMPACT_FULL_DELTA_RSS_THROTTLE_KB;
    @GuardedBy("mPhenoypeFlagLock")
    @GuardedBy("mPhenotypeFlagLock")
    @VisibleForTesting final Set<Integer> mProcStateThrottle;

    // Handler on which compaction runs.