adamsaghy commented on code in PR #5579:
URL: https://github.com/apache/fineract/pull/5579#discussion_r2911298146


##########
fineract-savings/src/main/java/org/apache/fineract/portfolio/interestratechart/incentive/InterestIncentiveAttributeName.java:
##########
@@ -19,41 +19,29 @@
 package org.apache.fineract.portfolio.interestratechart.incentive;
 
 import java.util.Arrays;
+import java.util.List;
 
 public enum InterestIncentiveAttributeName {
 
-    INVALID(1, "InterestIncentiveAttributeName.invalid"), //
-    GENDER(2, "InterestIncentiveAttributeName.gender"), //
-    AGE(3, "InterestIncentiveAttributeName.age"), //
-    CLIENT_TYPE(4, "InterestIncentiveAttributeName.clientType"), //
-    CLIENT_CLASSIFICATION(5, 
"InterestIncentiveAttributeName.clientClassification"); //
+    INVALID(1, "InterestIncentiveAttributeName.invalid"), GENDER(2, 
"InterestIncentiveAttributeName.gender"), AGE(3,

Review Comment:
   It was better before the change... please undo this part.



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