kernel.core: making some classes final
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / src / org / eclipse / tracecompass / internal / lttng2 / kernel / core / analysis / vm / model / VirtualCPU.java
index 7f7922c601cdf29bd5a046d00b64f0b9590a2ca0..4e1aaac3b0ed8b7ddf2b6ad3e1eade088942c79e 100644 (file)
@@ -23,7 +23,7 @@ import com.google.common.collect.Table;
  *
  * @author Geneviève Bastien
  */
-public class VirtualCPU {
+public final class VirtualCPU {
 
     private static final Table<VirtualMachine, Long, @Nullable VirtualCPU> VIRTUAL_CPU_TABLE = HashBasedTable.create();
 
This page took 0.025126 seconds and 5 git commands to generate.