deleted unused SendingMessage constructor #PL-2515

This commit is contained in:
Alexander Budarov 2013-09-18 15:14:13 +00:00
parent 536d37930e
commit bb074fb5fe

View File

@ -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;
}