mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
[251806] Added a comment.
This commit is contained in:
parent
3ea9492b53
commit
0f238db514
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ abstract public class Sequence extends DsfRunnable implements Future<Object> {
|
||||||
/**
|
/**
|
||||||
* Roll back gives the step implementation a chance to undo the
|
* Roll back gives the step implementation a chance to undo the
|
||||||
* operation that was performed by execute().
|
* operation that was performed by execute().
|
||||||
|
* <br>
|
||||||
|
* Note if the {@link #execute(RequestMonitor)} call completes with a
|
||||||
|
* non-OK status, then rollBack will not be called for that step.
|
||||||
|
* Instead it will be called for the previous step.
|
||||||
* @param rm Result token to submit to executor when rolling back the step is finished.
|
* @param rm Result token to submit to executor when rolling back the step is finished.
|
||||||
*/
|
*/
|
||||||
public void rollBack(RequestMonitor rm) {
|
public void rollBack(RequestMonitor rm) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue