adamsaghy commented on code in PR #3367:
URL: https://github.com/apache/fineract/pull/3367#discussion_r1291290058
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanTransactionType.java:
##########
@@ -59,7 +59,7 @@ public enum LoanTransactionType {
CHARGE_REFUND(24, "loanTransactionType.chargeRefund"), //
CHARGEBACK(25, "loanTransactionType.chargeback"), //
CHARGE_ADJUSTMENT(26, "loanTransactionType.chargeAdjustment"), //
- CHARGE_OFF(27, "loanTransactionType.chargeOff");
+ CHARGE_OFF(27, "loanTransactionType.chargeOff"), DOWN_PAYMENT(28,
"loanTransactionType.downPayment");
Review Comment:
Please follow the code styling of the LoanTransactionType enum: New entries
goes to new line
--
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]