430431432433434435436437438439
*/ protected void runPersistChanGrpTask(PersistChanGrpMgr mgr, int count) { PersistChanGrpMgrTask task = new PersistChanGrpMgrTask(mgr, 0); for (int i = 0; i < count; i++) { task.performUpdates(); } } }