mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Make getMailboxMessageSet private
This commit is contained in:
parent
963494918d
commit
204385b4d9
@ -461,7 +461,7 @@ public abstract class Trade implements Tradable, Model {
|
||||
return errorMessageProperty;
|
||||
}
|
||||
|
||||
public Set<DecryptedMsgWithPubKey> getMailboxMessageSet() {
|
||||
private Set<DecryptedMsgWithPubKey> getMailboxMessageSet() {
|
||||
if (mailboxMessageSet == null)
|
||||
mailboxMessageSet = new HashSet<>();
|
||||
return mailboxMessageSet;
|
||||
|
Loading…
Reference in New Issue
Block a user