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:
parent
3fcf9b5042
commit
3ea9492b53
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue