hmg65 commented on code in PR #2591:
URL: https://github.com/apache/fineract/pull/2591#discussion_r991717329


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java:
##########
@@ -283,18 +264,6 @@ public boolean isCodeLookupDisplayType() {
         return "CODELOOKUP".equalsIgnoreCase(this.columnDisplayType);
     }
 
-    public boolean isMandatory() {
-        return !isOptional();
-    }
-
-    public boolean isOptional() {

Review Comment:
   fixed



##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java:
##########
@@ -283,18 +264,6 @@ public boolean isCodeLookupDisplayType() {
         return "CODELOOKUP".equalsIgnoreCase(this.columnDisplayType);
     }
 
-    public boolean isMandatory() {

Review Comment:
   fixed



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