vidakovic commented on code in PR #6167:
URL: https://github.com/apache/fineract/pull/6167#discussion_r3747621746


##########
fineract-charge/src/main/java/org/apache/fineract/portfolio/charge/domain/Charge.java:
##########
@@ -68,77 +62,101 @@ public class Charge extends 
AbstractPersistableCustom<Long> {
     public static final String LOCALE_PARAM_NAME = "locale";
     public static final String FEE_FREQUENCY_PARAM_NAME = "feeFrequency";
 
+    @Setter

Review Comment:
   Why not just @Getter/@Setter on the class level then you can save a lot of 
boilerplate here.



-- 
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]

Reply via email to