Fix for bug 382684 (connection re-use)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / ChannelCommandParameter.java
index 8f40a70c17f16cec7a3d4af68824d5ef46d1b5c0..9d3faff9fd571543771a5dce6815b8a7bb45622e 100644 (file)
@@ -1,12 +1,12 @@
 /**********************************************************************
  * Copyright (c) 2012 Ericsson
- * 
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
+ *
+ * Contributors:
  *   Bernd Hufmann - Initial API and implementation
  **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.handlers;
@@ -16,10 +16,10 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 
 /**
  * Class containing parameter for the command execution.
- *  
+ *
  * @author Bernd Hufmann
  */
-public class ChannelCommandParameter extends CommandParameter implements Cloneable {
+public class ChannelCommandParameter extends CommandParameter {
 
     // ------------------------------------------------------------------------
     // Attributes
@@ -52,7 +52,7 @@ public class ChannelCommandParameter extends CommandParameter implements Cloneab
     public TraceChannelComponent getChannel() {
         return fChannel;
     }
-    
+
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
This page took 0.024108 seconds and 5 git commands to generate.