Add preferences for LTTng 2.0 tracer control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / BaseControlViewHandler.java
index d9e5fc0a8bc33fe2807e6118d3a250be1f4f6dfa..f08ce2781f7f0c44b07e46d85f8e4dec031c76ad 100644 (file)
@@ -41,7 +41,7 @@ abstract public class BaseControlViewHandler extends AbstractHandler {
     /**
      * The synchronization lock.
      */
-    protected ReentrantLock fLock = new ReentrantLock();
+    final protected ReentrantLock fLock = new ReentrantLock();
     
     // ------------------------------------------------------------------------
     // Operations
This page took 0.0236 seconds and 5 git commands to generate.