mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Corrected comment
This commit is contained in:
parent
8fb3cd2ddd
commit
fe0e84708b
1 changed files with 2 additions and 2 deletions
|
@ -231,8 +231,8 @@ public class AbstractLaunchVMProvider extends AbstractDMVMProvider
|
|||
private void handleLaunchesEvent(final LaunchesEvent event) {
|
||||
if (isDisposed()) return;
|
||||
|
||||
// We're in session's executor thread. Re-dispach to VM Adapter
|
||||
// executor thread and then call root layout node.
|
||||
// We're in session's executor thread. Re-dispach to our executor thread
|
||||
// and then call root layout node.
|
||||
try {
|
||||
getExecutor().execute(new Runnable() {
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Reference in a new issue