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 / BaseEnableChannelHandler.java
index d7c0073dc53d0f94404f8546143df72688668272..8eb382942b17a00046b237484ff0b099b083d95e 100644 (file)
@@ -85,7 +85,7 @@ abstract class BaseEnableChannelHandler extends BaseControlViewHandler {
             if (tmpParam == null) {
                 return null;
             }
-            tmpParam = new CommandParameter(tmpParam);
+            tmpParam = tmpParam.clone();
         } finally {
             fLock.unlock();
         }
This page took 0.026699 seconds and 5 git commands to generate.