lttng: Move to Java 7 and fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / DestroySessionHandler.java
index 3f250754ffcb3a1805ee49ed00ff01be203d2833..654296f3ffbc8107c7e7230c7ad9aaaaaf204866 100644 (file)
@@ -50,7 +50,7 @@ public class DestroySessionHandler extends BaseControlViewHandler {
     /**
      * The list of session components the command is to be executed on.
      */
-    private final List<TraceSessionComponent> fSessions = new ArrayList<TraceSessionComponent>();
+    private final List<TraceSessionComponent> fSessions = new ArrayList<>();
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.023885 seconds and 5 git commands to generate.