os.linux: Do not rely on static initialisation order for layouts
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.core / src / org / eclipse / tracecompass / analysis / os / linux / core / trace / IKernelAnalysisEventLayout.java
index 91feb0fd6c55892c6bf25d137f6b145e603ad206..6ff8fdc0336fb053eb5961552a2d481af06dddad 100644 (file)
@@ -34,7 +34,7 @@ public interface IKernelAnalysisEventLayout {
      * The standard layout, very useful for test vectors that are not kernel
      * based.
      */
-    IKernelAnalysisEventLayout DEFAULT_LAYOUT = DefaultEventLayout.INSTANCE;
+    IKernelAnalysisEventLayout DEFAULT_LAYOUT = DefaultEventLayout.getInstance();
 
     /**
      * Whenever a process appears for the first time in a trace, we assume it
This page took 0.033945 seconds and 5 git commands to generate.