mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25: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;
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue