galovics commented on code in PR #3065:
URL: https://github.com/apache/fineract/pull/3065#discussion_r1147745055


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/config/FineractProperties.java:
##########
@@ -295,4 +297,33 @@ public static class UserNotificationSystemProperties {
 
         private boolean enabled;
     }
+
+    @Getter
+    @Setter
+    public static class FineractLoanProperties {
+
+        private FineractTransactionProcessorProperties transactionprocessor;

Review Comment:
   Java naming convention pls. Should be `transactionProcessor`, note the 
capital `P`



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