tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / ChannelCommandParameter.java
index 9d3faff9fd571543771a5dce6815b8a7bb45622e..0e7a711f29c940e13e90bc10011bfaf707909deb 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -57,10 +57,6 @@ public class ChannelCommandParameter extends CommandParameter {
     // Operations
     // ------------------------------------------------------------------------
 
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#clone()
-     */
     @Override
     public ChannelCommandParameter clone() {
         ChannelCommandParameter clone = (ChannelCommandParameter) super.clone();
This page took 0.039457 seconds and 5 git commands to generate.