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

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

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

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

* commit '1ea5067e':
  Remove static modifier from KeySetManagerService issuedIds.
parents 55f6979a 1ea5067e
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;