tmf: Switch tmf.core to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / request / TmfCoalescedEventRequest.java
index 5b1c5688cbde9dc53cfa86be4f9351a589b23431..91d787cdffcb0ea2a7d2cf838d6063638e1ba7a1 100644 (file)
@@ -36,7 +36,7 @@ public class TmfCoalescedEventRequest extends TmfEventRequest {
     // ------------------------------------------------------------------------
 
     /** The list of coalesced requests */
-    private final List<ITmfEventRequest> fRequests = new ArrayList<ITmfEventRequest>();
+    private final List<ITmfEventRequest> fRequests = new ArrayList<>();
 
     /**
      * We do not use super.fRange, because in the case of coalesced requests,
This page took 0.025266 seconds and 5 git commands to generate.