1
0
Fork 0
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:
Pawel Piech 2008-07-15 21:03:02 +00:00
parent 9af6a7b237
commit 3b46fc2692

View file

@ -642,7 +642,7 @@ public class MIStack extends AbstractDsfService
@DsfServiceEventHandler
public void eventDispatched(IMIDMEvent e) {
MIEvent<? extends IDMContext> miEvent = e.getMIEvent();
MIEvent<?> miEvent = e.getMIEvent();
if (miEvent instanceof MIStoppedEvent) {
fCachedStoppedEvent = (MIStoppedEvent)miEvent;
}