tmf: Switch tmf.ui to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / wizards / tracepkg / importexport / ExportTracePackageWizard.java
index 21889161d461c6c8e2317600c3891575b4b3c990..6a81ae5a84ef62e7e61d16d4c719f031e646437b 100644 (file)
@@ -46,7 +46,7 @@ public class ExportTracePackageWizard extends Wizard implements IExportWizard {
             section = workbenchSettings.addNewSection(STORE_EXPORT_TRACE_WIZARD);
         }
         setDialogSettings(section);
-        fSelectedTraces = new ArrayList<TmfTraceElement>();
+        fSelectedTraces = new ArrayList<>();
     }
 
     /**
This page took 0.033297 seconds and 5 git commands to generate.