ctf/tmf: allow multiple traces to be open with name clashing events
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfEventFactory.java
index fc8b905f31b55bc6358d11a747023c833c26e7ab..a7832ca99616d4c5e1bbfcd8223b86e6bfa8cbd4 100644 (file)
@@ -130,7 +130,7 @@ public final class CtfTmfEventFactory {
      * mess, and put them into something ITmfEventField can cope with.
      */
     private static CtfTmfEventField[] parseFields(EventDefinition eventDef) {
-        List<CtfTmfEventField> fields = new ArrayList<CtfTmfEventField>();
+        List<CtfTmfEventField> fields = new ArrayList<>();
 
         StructDefinition structFields = eventDef.getFields();
         for (Map.Entry<String, Definition> entry : structFields.getDefinitions().entrySet()) {
This page took 0.023538 seconds and 5 git commands to generate.