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_r390429304
 
 

 ##########
 File path: 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/entityaccess/service/FineractEntityAccessReadServiceImpl.java
 ##########
 @@ -144,7 +143,7 @@ private String getSQLForRetriveEntityAccessFor() {
                 str.append("from  m_entity_to_entity_mapping eem ");
                 str.append("where eem.rel_id = ? ");
                 str.append("and eem.from_id = ? ");
-        logger.debug(str.toString());
+        logger.debug("{}", str.toString());
 
 Review comment:
   ```suggestion
           logger.debug("{}", str);
   ```

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