mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
deleted unused SendingMessage constructor #PL-2515
This commit is contained in:
parent
536d37930e
commit
bb074fb5fe
@ -59,10 +59,6 @@ public class SendingMessage extends StandardEntity {
|
||||
@OneToMany(mappedBy = "message", fetch = FetchType.LAZY)
|
||||
protected List<SendingAttachment> attachments;
|
||||
|
||||
public SendingMessage(Integer attemptsCount) {
|
||||
this.attemptsCount = attemptsCount;
|
||||
}
|
||||
|
||||
public String getAddress() {
|
||||
return address;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user