am 1ea5067e: am e12f23dc: Merge "Remove static modifier from KeySetManagerService issuedIds." into mnc-dev

* commit '1ea5067e0a85982670c8072762af5308b9a8fb57':
  Remove static modifier from KeySetManagerService issuedIds.
This commit is contained in:
dcashman
2015-04-28 15:33:46 +00:00
committed by Android Git Automerger

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;