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


##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnValueData.java:
##########
@@ -49,4 +51,8 @@ public boolean matches(final String match) {
     public boolean codeMatches(final Integer match) {
         return match.intValue() == this.id;
     }
+
+    public String getValue() {

Review Comment:
   You can also use Lombok getter here...



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