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

Commit 5e262e86 authored by dcashman's avatar dcashman Committed by Android Git Automerger
Browse files

am f99f2e74: am 1ea5067e: am e12f23dc: Merge "Remove static modifier from...

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

* commit 'f99f2e74':
  Remove static modifier from KeySetManagerService issuedIds.
parents a9943c99 f99f2e74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;