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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/RecurringDepositProductsApiResourceSwagger.java:
##########
@@ -343,88 +343,30 @@ private 
GetRecurringDepositProductsProductIdInterestCompoundingPeriodType() {}
             public String description;
         }
 
-        static final class 
GetRecurringDepositProductsProductIdAccountingMappings {
-
-            private GetRecurringDepositProductsProductIdAccountingMappings() {}
-
-            static final class 
GetRecurringDepositProductsProductIdSavingsReferenceAccount {
-
-                private 
GetRecurringDepositProductsProductIdSavingsReferenceAccount() {}

Review Comment:
   Same here... what are the changes? there are lot of lines deleted...some 
added. Are you reordered them?



##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsProductsApiResourceSwagger.java:
##########
@@ -226,88 +226,34 @@ public static final class 
GetSavingsProductsProductIdResponse {
 
         private GetSavingsProductsProductIdResponse() {}
 
-        static final class GetSavingsProductsAccountingMappings {
-
-            private GetSavingsProductsAccountingMappings() {}
-
-            static final class GetSavingsProductsSavingsReferenceAccount {
-
-                private GetSavingsProductsSavingsReferenceAccount() {}
-
-                @Schema(example = "12")
-                public Integer id;
-                @Schema(example = "savings ref")
-                public String name;
-                @Schema(example = "20")
-                public Integer glCode;
-            }
-
-            static final class GetSavingsProductsIncomeFromFeeAccount {
-
-                private GetSavingsProductsIncomeFromFeeAccount() {}
-
-                @Schema(example = "16")
-                public Integer id;
-                @Schema(example = "income from savings fee")
-                public String name;
-                @Schema(example = "24")
-                public Integer glCode;
-            }
-
-            static final class GetSavingsProductsIncomeFromPenaltyAccount {
-
-                private GetSavingsProductsIncomeFromPenaltyAccount() {}
-
-                @Schema(example = "17")
-                public Integer id;
-                @Schema(example = "income from sav penalties")
-                public String name;
-                @Schema(example = "25")
-                public Integer glCode;
-            }
-
-            static final class GetSavingsProductsInterestOnSavingsAccount {
+        static final class GetSavingsProductsGlAccount {
 
-                private GetSavingsProductsInterestOnSavingsAccount() {}
-
-                @Schema(example = "15")
-                public Integer id;
-                @Schema(example = "interest on savings")
-                public String name;
-                @Schema(example = "23")
-                public Integer glCode;
-            }
+            private GetSavingsProductsGlAccount() {}
 
-            static final class GetSavingsProductsSavingsControlAccount {
-
-                private GetSavingsProductsSavingsControlAccount() {}
-

Review Comment:
   Same 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