1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Generate an Event for errors.

This commit is contained in:
Alain Magloire 2002-12-02 18:35:51 +00:00
parent 40add7d0b2
commit 027029e132

View file

@ -44,7 +44,7 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
List cdiList = new ArrayList(1);
if (ignoreEventToken(miEvent.getToken())) {
miEvent = miEvent;
miEvent = miEvent;
// Ignore the event if it is on the ignore list.
} else if (miEvent instanceof MIStoppedEvent) {
processSuspendedEvent((MIStoppedEvent)miEvent);