1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00

Corrected comment

This commit is contained in:
John Cortell 2009-09-21 21:57:43 +00:00
parent b8eab3668b
commit f315e7e669

View file

@ -239,7 +239,7 @@ abstract public class AbstractVMAdapter implements IVMAdapter
listenerRm = crm; listenerRm = crm;
count++; count++;
} else { } else {
// Create a dummy executor for the handling of this event. // Create a dummy request monitor for the handling of this event.
listenerRm = new RequestMonitor(ImmediateExecutor.getInstance(), null); listenerRm = new RequestMonitor(ImmediateExecutor.getInstance(), null);
} }
final RequestMonitor finalListenerRm = listenerRm; final RequestMonitor finalListenerRm = listenerRm;