mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +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) {
|
private void handleLaunchesEvent(final LaunchesEvent event) {
|
||||||
if (isDisposed()) return;
|
if (isDisposed()) return;
|
||||||
|
|
||||||
// We're in session's executor thread. Re-dispach to VM Adapter
|
// We're in session's executor thread. Re-dispach to our executor thread
|
||||||
// executor thread and then call root layout node.
|
// and then call root layout node.
|
||||||
try {
|
try {
|
||||||
getExecutor().execute(new Runnable() {
|
getExecutor().execute(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue