adamsaghy commented on code in PR #5965:
URL: https://github.com/apache/fineract/pull/5965#discussion_r3386955907
##########
fineract-charge/src/main/java/org/apache/fineract/portfolio/charge/domain/Charge.java:
##########
@@ -139,7 +139,6 @@ public class Charge extends AbstractPersistableCustom<Long>
{
@Column(name = "restart_frequency_enum")
private Integer restartFrequencyEnum;
- @Getter
Review Comment:
There is a custom getter, Lombok getter was not needed.
--
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]