control: partly revert commit 0e7ea8ac and use clone in handlers
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / handlers / BaseEnableEventHandler.java
index 59866fc9dab0c95cf4f7253a67fc76e57326de4b..1fe8a58df9e1df9ad1f927c1c7fadf19648d1c55 100644 (file)
@@ -148,7 +148,7 @@ public abstract class BaseEnableEventHandler extends BaseControlViewHandler {
             if (tmpParam == null) {
                 return null;
             }
-            tmpParam = new CommandParameter(tmpParam);
+            tmpParam = tmpParam.clone();
         } finally {
             fLock.unlock();
         }
This page took 0.024742 seconds and 5 git commands to generate.