mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Make getMailboxMessageSet private
This commit is contained in:
parent
963494918d
commit
204385b4d9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue