mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
68df11a6b1
commit
51e701d5f4
2 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ public class DsfGroupDebugContextsCommand extends DsfDebugViewLayoutCommand impl
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
void executeOnDsfThread(IExecutionContextTranslator translator, IExecutionDMContext[] contexts, RequestMonitor requestMonitor) {
|
void executeOnDsfThread(IExecutionContextTranslator translator, IExecutionDMContext[] contexts, RequestMonitor rm) {
|
||||||
translator.group(contexts, requestMonitor);
|
translator.group(contexts, rm);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -28,8 +28,8 @@ public class DsfUngroupDebugContextsCommand extends DsfDebugViewLayoutCommand im
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
void executeOnDsfThread(IExecutionContextTranslator translator, IExecutionDMContext[] contexts, RequestMonitor requestMonitor) {
|
void executeOnDsfThread(IExecutionContextTranslator translator, IExecutionDMContext[] contexts, RequestMonitor rm) {
|
||||||
translator.ungroup(contexts, requestMonitor);
|
translator.ungroup(contexts, rm);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue