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


##########
fineract-core/src/main/java/org/apache/fineract/commands/service/SynchronousCommandProcessingService.java:
##########
@@ -259,6 +259,8 @@ private NewCommandSourceHandler findCommandHandler(final 
CommandWrapper wrapper)
             } else {
                 throw new UnsupportedCommandException(wrapper.commandName());
             }
+        } else if (wrapper.isLoanMigration()) {

Review Comment:
   No need... you can just use the proper annotations and will be picked up 
dynamically.



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