No effective change - code cleanup - BeanIdList - removed unused methods

This commit is contained in:
Robin Bygrave
2015-07-31 21:24:05 +12:00
parent 64bc0636d7
commit 34550dd778
2 changed files with 6 additions and 55 deletions
@@ -76,7 +76,7 @@ public class CQueryEngine {
request.getTransaction().logSummary(rcQuery.getSummary());
}
if (!list.isFetchingInBackground() && request.getQuery().isFutureFetch()) {
if (request.getQuery().isFutureFetch()) {
// end the transaction for futureFindIds (it had it's own one)
logger.debug("Future findIds completed!");
request.getTransaction().end();