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


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/accountnumberformat/data/AccountNumberFormatDataValidator.java:
##########
@@ -44,9 +47,12 @@
 import org.springframework.stereotype.Component;
 
 @Component
+@Data
+@NoArgsConstructor
+@Accessors(chain = true)

Review Comment:
   Why the Accessors annotation?
   The NoArgsConstructor can be switched over to RequiredArgsConstructor if the 
field is kept as final.



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