mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
Corrected comment
This commit is contained in:
parent
b8eab3668b
commit
f315e7e669
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ abstract public class AbstractVMAdapter implements IVMAdapter
|
|||
listenerRm = crm;
|
||||
count++;
|
||||
} 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);
|
||||
}
|
||||
final RequestMonitor finalListenerRm = listenerRm;
|
||||
|
|
Loading…
Add table
Reference in a new issue