1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Removing warnings.

This commit is contained in:
David Dykstal 2006-06-14 17:55:23 +00:00
parent acfb257546
commit d7cfe36b48
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ public class SystemPreferenceChangeEvent
extends EventObject
implements ISystemPreferenceChangeEvent
{
private static final long serialVersionUID = 1; // DWD added for warning suppression remove this comment when tested.
private int type;
private Object oldValue, newValue;

View file

@ -30,6 +30,7 @@ public class SystemResourceChangeEvent
extends EventObject
implements ISystemResourceChangeEvent
{
private static final long serialVersionUID = 1; // DWD needed for EventObjects remove comment after testing
private Object parent,grandparent, prevObj;
private Object[] multiSource;
private Viewer originatingViewer;