1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

view should return after handling update event

This commit is contained in:
David McKnight 2006-05-09 18:17:01 +00:00
parent a17c8fb7cd
commit 6de300e678

View file

@ -874,7 +874,8 @@ public class SystemTableView
}
}
break;
return;
//break;
case ISystemResourceChangeEvents.EVENT_DELETE:
case ISystemResourceChangeEvents.EVENT_DELETE_MANY: