mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58: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 X509Certificate[] mChain;
|
||||
private PrivateKey mPrivateKey;
|
||||
private final String mAlias;
|
||||
private final X509Certificate[] mChain;
|
||||
private final PrivateKey mPrivateKey;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user