galovics commented on code in PR #4567:
URL: https://github.com/apache/fineract/pull/4567#discussion_r2040593861
##########
fineract-investor/src/main/java/org/apache/fineract/investor/service/serialization/serializer/investor/InvestorBusinessEventSerializer.java:
##########
@@ -52,12 +53,13 @@
@Component
@RequiredArgsConstructor
-public class InvestorBusinessEventSerializer implements
BusinessEventSerializer {
+public class InvestorBusinessEventSerializer extends
AbstractLoanBusinessEventSerializer<InvestorBusinessEvent> {
Review Comment:
Same as for the other PRs. This is definitely not correct.
--
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]