rhopman commented on code in PR #5468:
URL: https://github.com/apache/fineract/pull/5468#discussion_r2786371417
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/accountdetails/data/SavingsAccountSummaryData.java:
##########
@@ -77,4 +101,20 @@ public String getAccountNo() {
public Long getId() {
return id;
}
+
Review Comment:
Thanks for the example, @Aman-Mittal! I'm trying to find out what the
documented code standards are regarding the use of Lombok. I know that this is
a much-debated topic in the Java community. I am fine either way, but I would
like to adhere to the project's documented code standards.
--
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]