adamsaghy commented on code in PR #5965:
URL: https://github.com/apache/fineract/pull/5965#discussion_r3386959204


##########
fineract-accounting/src/main/java/org/apache/fineract/accounting/glaccount/service/GLAccountReadPlatformServiceImpl.java:
##########
@@ -187,7 +187,7 @@ public List<GLAccountData> retrieveAllGLAccounts(final 
Integer accountClassifica
         sql += " ORDER BY gl_code ASC";
 
         final Object[] finalObjectArray = Arrays.copyOf(parameterArray, 
arrayPos);
-        return this.jdbcTemplate.query(sql, rm, (Object[]) 
finalObjectArray);// NOSONAR

Review Comment:
   I guess at one point in time this was the proper way, but later they changed 
the underlying solution? Dunno...



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

Reply via email to