tmf.core: Make getParamater synchronized
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.graph.core / src / org / eclipse / tracecompass / analysis / graph / core / criticalpath / CriticalPathModule.java
index 481d37cdb8ca7b05a065faf4cc5508fe79947eab..b0cf581630ed1144b3349d30238eba7a9b1be2da 100644 (file)
@@ -110,7 +110,7 @@ public class CriticalPathModule extends TmfAbstractAnalysisModule {
     }
 
     @Override
-    public @Nullable Object getParameter(String name) {
+    public @Nullable synchronized Object getParameter(String name) {
         if (name.equals(PARAM_GRAPH)) {
             return getGraph();
         }
This page took 0.025783 seconds and 5 git commands to generate.