mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
Make some fields final
This commit is contained in:
parent
3458f5bb91
commit
bd29653a20
@ -453,11 +453,11 @@ public class AxolotlService {
|
||||
}
|
||||
|
||||
public static class XmppAxolotlSession {
|
||||
private SessionCipher cipher;
|
||||
private final SessionCipher cipher;
|
||||
private boolean isTrusted = false;
|
||||
private Integer preKeyId = null;
|
||||
private SQLiteAxolotlStore sqLiteAxolotlStore;
|
||||
private AxolotlAddress remoteAddress;
|
||||
private final SQLiteAxolotlStore sqLiteAxolotlStore;
|
||||
private final AxolotlAddress remoteAddress;
|
||||
private final Account account;
|
||||
|
||||
public XmppAxolotlSession(Account account, SQLiteAxolotlStore store, AxolotlAddress remoteAddress) {
|
||||
|
Loading…
Reference in New Issue
Block a user