Fixed compiler warnings and moved execution environment to Java 1.8
This commit is contained in:
@ -55,7 +55,7 @@ public class RelatedProperty extends AbstractPropertySection implements ISelecti
|
||||
|
||||
private final String[] titles = { "Relation type", "Relation Name", "Tx Id" };
|
||||
|
||||
private ListenerList listeners = new ListenerList();
|
||||
private ListenerList<ISelectionChangedListener> listeners = new ListenerList<ISelectionChangedListener>();
|
||||
|
||||
private ITx iTr;
|
||||
|
||||
|
Reference in New Issue
Block a user