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

This commit is contained in:
TreeHugger Robot
2017-04-06 20:32:37 +00:00
committed by Android (Google) Code Review

View File

@@ -27,7 +27,7 @@ public class WifiTrackerFactory {
private static WifiTracker sTestingWifiTracker; 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) { public static void setTestingWifiTracker(WifiTracker tracker) {
sTestingWifiTracker = tracker; sTestingWifiTracker = tracker;
} }