8182838485868788899091
/** * Called after all of the update operations have been added to {@link #accRequests}. */ protected void execute() { UpdateVisitor worker = this.prepareWorker() ; for ( Update up : accRequests ) { up.visit(worker) ; } }
7980818283848586878889