lttng: Move to Java 7 and fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.core / src / org / eclipse / linuxtools / internal / lttng2 / core / control / model / impl / ChannelInfo.java
index b0d0299fe92df6d483dd4b25b458760f0c3564cb..bb6fde98fe3be91485b910e27b7c3e000ced86c7 100644 (file)
@@ -64,7 +64,7 @@ public class ChannelInfo extends TraceInfo implements IChannelInfo {
     /**
      * The events information of the channel.
      */
-    private final List<IEventInfo> fEvents = new ArrayList<IEventInfo>();
+    private final List<IEventInfo> fEvents = new ArrayList<>();
     /**
      * The maximum size of trace files
      */
This page took 0.02378 seconds and 5 git commands to generate.