1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[251806] Applied more changes based on review feedback.

This commit is contained in:
Pawel Piech 2008-11-13 22:40:00 +00:00
parent 3fcf9b5042
commit 3ea9492b53

View file

@ -229,7 +229,7 @@ abstract public class Sequence extends DsfRunnable implements Future<Object> {
* @since 1.1
*/
public Sequence(DsfExecutor executor, RequestMonitorWithProgress rm, String taskName, String rollbackTaskName) {
this(executor, rm.getProgressMonitor(), "", "", rm); //$NON-NLS-1$ //$NON-NLS-2$
this(executor, rm.getProgressMonitor(), taskName, rollbackTaskName, rm);
}
/**