lttng: Fix sonar warnings in VirtualMachineViewEntry
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Mon, 18 Jan 2016 04:24:31 +0000 (23:24 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 20 Jan 2016 20:36:09 +0000 (15:36 -0500)
Change-Id: I85b1bd21b93aaa5680af56bc80468ae70242438e
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/64615
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/org/eclipse/tracecompass/internal/lttng2/kernel/ui/views/vm/vcpuview/VirtualMachineViewEntry.java

index 40771d3c763633ecd71a53271b1642c810abae2b..913ba5269a239459e2c4530b538704345e413233 100644 (file)
@@ -29,7 +29,7 @@ import com.google.common.collect.Multimap;
  *
  * @author Mohamad Gebai
  */
-public class VirtualMachineViewEntry extends TimeGraphEntry {
+public final class VirtualMachineViewEntry extends TimeGraphEntry {
 
     private static final Comparator<ITimeGraphEntry> COMPARATOR = new Comparator<ITimeGraphEntry>() {
 
This page took 0.02813 seconds and 5 git commands to generate.