1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Corrected comment

This commit is contained in:
John Cortell 2009-09-17 14:27:07 +00:00
parent 8fb3cd2ddd
commit fe0e84708b

View file

@ -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() {