josemakara2 commented on a change in pull request #1734:
URL: https://github.com/apache/fineract/pull/1734#discussion_r633039564



##########
File path: 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/ReadReportingServiceImpl.java
##########
@@ -212,7 +212,9 @@ private String getSql(final String name, final String type) 
{
     }
 
     @Override
-    public String getReportType(final String reportName, final boolean 
isSelfServiceUserReport) {
+    public String getReportType(final String reportName, final boolean 
isSelfServiceUserReport, final boolean isParameterType) {
+        if (isParameterType) return "Table";

Review comment:
        Format violations
   `if` construct must use {}'s.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to