Fixed compiler warnings and moved execution environment to Java 1.8

This commit is contained in:
2017-01-23 23:25:28 +01:00
parent d0be3b0ca2
commit ed0558afdf
36 changed files with 65 additions and 63 deletions

View File

@ -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;