vidakovic commented on code in PR #3994:
URL: https://github.com/apache/fineract/pull/3994#discussion_r1721379700
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/note/domain/Note.java:
##########
@@ -56,6 +57,7 @@ public class Note extends
AbstractAuditableWithUTCDateTimeCustom<Long> {
@JoinColumn(name = "loan_transaction_id", nullable = true)
private LoanTransaction loanTransaction;
+ @Setter
Review Comment:
You need also @Getter to comply with the JPA specification.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]