tmf: Switch tmf.core.tests to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / headless / RequestBenchmark.java
index ecd8d38fd7bef77bb1396e100ff7aaebade3f3d6..5701ac372df1d6377116fd00e986691761196999 100644 (file)
@@ -42,7 +42,7 @@ public class RequestBenchmark extends TmfEventRequest {
     // Work variables
     private static int nbEvent = 0;
     private static TmfExperiment fExperiment = null;
-    private static Vector<Double> benchs = new Vector<Double>();
+    private static Vector<Double> benchs = new Vector<>();
 
     /**
      * Run the benchmark
This page took 0.023846 seconds and 5 git commands to generate.