remove constructor
This commit is contained in:
@ -45,12 +45,6 @@ public class MoneyTransferController {
|
||||
private Double amount;
|
||||
private String sender;
|
||||
private String receiver;
|
||||
|
||||
public TransferResponse(Double amount, String sender, String receiver) {
|
||||
this.amount = amount;
|
||||
this.sender = sender;
|
||||
this.receiver = receiver;
|
||||
}
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user