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

Commit 696a83b0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update comment on why Keep is needed." into oc-dev

parents 5a0ee44c 2ca3aa94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ public class WifiTrackerFactory {

    private static WifiTracker sTestingWifiTracker;

    @Keep
    @Keep // Keep proguard from stripping this method since it is only used in tests
    public static void setTestingWifiTracker(WifiTracker tracker) {
        sTestingWifiTracker = tracker;
    }