1
0
Fork 0
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:
Pawel Piech 2008-11-13 22:44:57 +00:00
parent 3ea9492b53
commit 0f238db514

View file

@ -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) {