oleksma commented on code in PR #4550:
URL: https://github.com/apache/fineract/pull/4550#discussion_r2042086794
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/guarantor/data/GuarantorTransactionData.java:
##########
@@ -18,9 +18,11 @@
*/
package org.apache.fineract.portfolio.loanaccount.guarantor.data;
+import lombok.Getter;
import org.apache.fineract.portfolio.loanaccount.data.LoanTransactionData;
import
org.apache.fineract.portfolio.savings.data.DepositAccountOnHoldTransactionData;
+@Getter
public final class GuarantorTransactionData {
Review Comment:
Fixed
##########
fineract-savings/src/main/java/org/apache/fineract/portfolio/savings/data/DepositAccountOnHoldTransactionData.java:
##########
@@ -20,8 +20,10 @@
import java.math.BigDecimal;
import java.time.LocalDate;
+import lombok.Getter;
import org.apache.fineract.infrastructure.core.data.EnumOptionData;
+@Getter
public final class DepositAccountOnHoldTransactionData {
Review Comment:
Fixed
--
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]