mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +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
|
||||
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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue