Merge "Remove static modifier from KeySetManagerService issuedIds." into mnc-dev

This commit is contained in:
dcashman
2015-04-28 14:43:29 +00:00
committed by Android (Google) Code Review

View File

@@ -58,9 +58,9 @@ public class KeySetManagerService {
private final ArrayMap<String, PackageSetting> mPackages;
private static long lastIssuedKeySetId = 0;
private long lastIssuedKeySetId = 0;
private static long lastIssuedKeyId = 0;
private long lastIssuedKeyId = 0;
class PublicKeyHandle {
private final PublicKey mKey;