Merge "Fix SuppressWarnings typo." am: 0bd7c54745

am: a155f43794

Change-Id: If228867926149f7cad9b5a479beefc45cacfe7f2
This commit is contained in:
Paul Duffin
2016-09-08 12:32:31 +00:00
committed by android-build-merger

View File

@@ -307,7 +307,7 @@ public class PowerProfile {
private static final String POWER_CPU_CLUSTER_SPEED_PREFIX = "cpu.speeds.cluster";
private static final String POWER_CPU_CLUSTER_ACTIVE_PREFIX = "cpu.active.cluster";
@SuppressWarnings("deprecated")
@SuppressWarnings("deprecation")
private void initCpuClusters() {
// Figure out how many CPU clusters we're dealing with
final Object obj = sPowerMap.get(POWER_CPU_CLUSTER_CORE_COUNT);