mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
Removing warnings.
This commit is contained in:
parent
acfb257546
commit
d7cfe36b48
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ public class SystemPreferenceChangeEvent
|
||||||
extends EventObject
|
extends EventObject
|
||||||
implements ISystemPreferenceChangeEvent
|
implements ISystemPreferenceChangeEvent
|
||||||
{
|
{
|
||||||
|
private static final long serialVersionUID = 1; // DWD added for warning suppression remove this comment when tested.
|
||||||
private int type;
|
private int type;
|
||||||
private Object oldValue, newValue;
|
private Object oldValue, newValue;
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@ public class SystemResourceChangeEvent
|
||||||
extends EventObject
|
extends EventObject
|
||||||
implements ISystemResourceChangeEvent
|
implements ISystemResourceChangeEvent
|
||||||
{
|
{
|
||||||
|
private static final long serialVersionUID = 1; // DWD needed for EventObjects remove comment after testing
|
||||||
private Object parent,grandparent, prevObj;
|
private Object parent,grandparent, prevObj;
|
||||||
private Object[] multiSource;
|
private Object[] multiSource;
|
||||||
private Viewer originatingViewer;
|
private Viewer originatingViewer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue