126127128129130131132133134135136
} catch (CommitFailedException e) { throw e.asRepositoryException(); } finally { if (!success) { // refresh if one of the modifying operations fail sessionDelegate.refresh(false); } } return null; } });
208209210211212213214215216217218
} catch (CommitFailedException e) { throw new RepositoryException(e); } finally { if (!success) { // refresh if one of the modifying operations fail sessionDelegate.refresh(false); } } return null; } });
127128129130131132133134135136137
209210211212213214215216217218219
124125126127128129130131132133134
205206207208209210211212213214215