Cocoa-Puffs commented on code in PR #4475:
URL: https://github.com/apache/fineract/pull/4475#discussion_r2002752012
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java:
##########
@@ -227,12 +230,14 @@ public class Loan extends
AbstractAuditableWithUTCDateTimeCustom<Long> {
private Integer termFrequency;
@Setter()
+ @Enumerated(EnumType.ORDINAL)
Review Comment:
I looked around the codebase a bit to see what the conventions were
regarding annotations. I have noticed that EnumType.ORDINAL is written out at
plenty of other places so I have written my code similarly. I can remove it
though as it is not necessary as you have pointed out.
--
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]