percyashu commented on a change in pull request #1075:
URL: https://github.com/apache/fineract/pull/1075#discussion_r442173825



##########
File path: 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/security/utils/ColumnValidator.java
##########
@@ -122,6 +122,7 @@ public void validateSqlInjection(String schema, String... 
conditions) {
         return tableColumnMap;
     }
 
+    @SuppressWarnings("StringSplitter")

Review comment:
       Using the Splitter implementation in this method causes an errors in 
some integration test, I looked into but wasnt making any inroads to find out 
what was causing this. Will create an issue on issue tracker to remove the 
annotation. 




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