Samer-Melhem-FOO commented on code in PR #6116:
URL: https://github.com/apache/fineract/pull/6116#discussion_r3934389111


##########
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:
   Done, switched to Lombok `@Getter` for `value` too, consistent with `id`.



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