Fix some null warnings
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / src / org / eclipse / tracecompass / internal / lttng2 / kernel / core / analysis / vm / module / VirtualMachineCpuAnalysis.java
index 22b17a7c0d614302cf535d094b3f4e74102bf481..617ac827f1b6db127ae20633d899720e633c1091 100644 (file)
@@ -58,7 +58,7 @@ import com.google.common.collect.TreeMultimap;
 public class VirtualMachineCpuAnalysis extends TmfStateSystemAnalysisModule {
 
     // TODO: Update with event layout when requirements are back */
-    static final Set<String> REQUIRED_EVENTS = NonNullUtils.checkNotNull(ImmutableSet.<String> of(
+    static final Set<String> REQUIRED_EVENTS = NonNullUtils.checkNotNull(ImmutableSet.of(
             // LttngStrings.SCHED_SWITCH
             ));
 
This page took 0.026499 seconds and 5 git commands to generate.