mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-03 14:49:25 +00:00
fix build warning for trade.getChatMessages() (#807)
This commit is contained in:
parent
9cb120f6fa
commit
307689d372
1 changed files with 0 additions and 1 deletions
|
@ -394,7 +394,6 @@ public abstract class Trade implements Tradable, Model {
|
||||||
@Setter
|
@Setter
|
||||||
@Nullable
|
@Nullable
|
||||||
private String counterCurrencyTxId;
|
private String counterCurrencyTxId;
|
||||||
@Getter
|
|
||||||
private final ObservableList<ChatMessage> chatMessages = FXCollections.observableArrayList();
|
private final ObservableList<ChatMessage> chatMessages = FXCollections.observableArrayList();
|
||||||
|
|
||||||
// Transient
|
// Transient
|
||||||
|
|
Loading…
Reference in a new issue