lami: synchronize getter for currentReport
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.lami.ui / src / org / eclipse / tracecompass / internal / provisional / analysis / lami / ui / views / LamiReportViewFactory.java
index a6f51a190dff11987ac5dd339c6add555edb7424..5839d63abb10614ed1d88323603c52bc99781190 100644 (file)
@@ -36,7 +36,7 @@ public final class LamiReportViewFactory {
      *
      * @return The current report
      */
-    public static @Nullable LamiAnalysisReport getCurrentReport() {
+    public static synchronized @Nullable LamiAnalysisReport getCurrentReport() {
         return currentReport;
     }
 
This page took 0.02503 seconds and 5 git commands to generate.