mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[240997] - [stack] Compile error in MIStack.java.
This commit is contained in:
parent
9af6a7b237
commit
3b46fc2692
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ public class MIStack extends AbstractDsfService
|
||||||
|
|
||||||
@DsfServiceEventHandler
|
@DsfServiceEventHandler
|
||||||
public void eventDispatched(IMIDMEvent e) {
|
public void eventDispatched(IMIDMEvent e) {
|
||||||
MIEvent<? extends IDMContext> miEvent = e.getMIEvent();
|
MIEvent<?> miEvent = e.getMIEvent();
|
||||||
if (miEvent instanceof MIStoppedEvent) {
|
if (miEvent instanceof MIStoppedEvent) {
|
||||||
fCachedStoppedEvent = (MIStoppedEvent)miEvent;
|
fCachedStoppedEvent = (MIStoppedEvent)miEvent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue