mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Make fields in KeyChainKeyManager final
This commit is contained in:
parent
ac08f520ae
commit
a659393326
@ -40,9 +40,9 @@ public class KeyChainKeyManager extends X509ExtendedKeyManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private String mAlias;
|
private final String mAlias;
|
||||||
private X509Certificate[] mChain;
|
private final X509Certificate[] mChain;
|
||||||
private PrivateKey mPrivateKey;
|
private final PrivateKey mPrivateKey;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user