josehernandezfintecheandomx commented on code in PR #2279:
URL: https://github.com/apache/fineract/pull/2279#discussion_r849649370
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/ReadWriteNonCoreDataServiceImpl.java:
##########
@@ -1154,7 +1179,7 @@ private void assertDataTableEmpty(final String
datatableName) {
private int getRowCount(final String datatableName) {
final String sql = "select count(*) from " +
sqlGenerator.escape(datatableName);
- return this.jdbcTemplate.queryForObject(sql, Integer.class); // NOSONAR
+ return this.jdbcTemplate.queryForObject(sql, Integer.class);
Review Comment:
Done!
--
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]