814815816817818819820821
/** * {@inheritDoc} */ public void refresh(boolean keepChanges) throws RepositoryException { perform(new SessionRefreshOperation( keepChanges, clusterSyncOnRefresh())); }
760761762763764765766767
811812813814815816817818
815816817818819820821822