lttng: Fix Javadoc and formatting in lttng2.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / ChannelCommandParameter.java
index b08b4adaca0c2fa437403d95be2af0b5ff3a3650..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;
@@ -15,9 +15,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceC
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- *  Class containing parameter for the command execution. 
+ * Class containing parameter for the command execution.
+ *
+ * @author Bernd Hufmann
  */
-public class ChannelCommandParameter extends CommandParameter implements Cloneable {
+public class ChannelCommandParameter extends CommandParameter {
 
     // ------------------------------------------------------------------------
     // Attributes
@@ -50,7 +52,7 @@ public class ChannelCommandParameter extends CommandParameter implements Cloneab
     public TraceChannelComponent getChannel() {
         return fChannel;
     }
-    
+
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
This page took 0.025014 seconds and 5 git commands to generate.