tmf: Switch tmf.ui to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / importtrace / ImportTraceWizardPageOptions.java
index f1b6c9848c851f1bb62dd2984482d176f1e9b852..d14812b61f51af32397fbc553dd6d88796a22168 100644 (file)
@@ -38,7 +38,7 @@ import org.eclipse.ui.IWorkbench;
 public class ImportTraceWizardPageOptions extends AbstractImportTraceWizardPage {
 
     private List fProjects;
-    private final Map<String, IProject> fProjectsMap = new LinkedHashMap<String, IProject>();
+    private final Map<String, IProject> fProjectsMap = new LinkedHashMap<>();
 
     /**
      * Import page that tells where the trace will go
This page took 0.028117 seconds and 5 git commands to generate.