vorburger commented on a change in pull request #716: FINERACT-696 - add 
spotbug bug-pattern plugin
URL: https://github.com/apache/fineract/pull/716#discussion_r390427217
 
 

 ##########
 File path: 
fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java
 ##########
 @@ -214,7 +214,7 @@ public AuditData mapRow(final ResultSet rs, 
@SuppressWarnings("unused") final in
             this.columnValidator.validateSqlInjection(sqlBuilder.toString(), 
parameters.limitSql());
         }
 
-        logger.info("sql: " + sqlBuilder.toString());
+        logger.info("sql: {}", sqlBuilder.toString());
 
 Review comment:
   ```suggestion
           logger.info("sql: {}", sqlBuilder);
   ```

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


With regards,
Apache Git Services

Reply via email to