5859606162636465666768
while (updaterIt.hasNext()) { IUpdate updater = updaterIt.next(); try { if (updater.canUpdate()) { updater.update(); } if (!updater.continueUpdate())