alberto-art3ch commented on code in PR #4929:
URL: https://github.com/apache/fineract/pull/4929#discussion_r2263991323
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/tax/data/TaxGroupData.java:
##########
@@ -18,10 +18,15 @@
*/
package org.apache.fineract.portfolio.tax.data;
-import java.io.Serializable;
import java.util.Collection;
+import lombok.AllArgsConstructor;
+import lombok.Getter;
+import lombok.Setter;
-public final class TaxGroupData implements Serializable {
+@AllArgsConstructor
+@Getter
+@Setter
+public final class TaxGroupData {
Review Comment:
Done! Code updated as It was requested
--
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]