lttng: Add a diagram showing the dependencies between plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / EventCommandParameter.java
index 82f4b9b2d3a9d5a3ada66f43c16ee40e36cfb6b5..e17f7a3ea907d3a8c4481e5f30bb2ae890095c36 100644 (file)
@@ -1,12 +1,12 @@
 /**********************************************************************
- * 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
  * 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,13 +15,16 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceE
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- *  Class containing parameter for a command execution. 
+ * Class containing parameter for a command execution.
+ *
+ * @author Bernd Hufmann
  */
 public class EventCommandParameter extends CommandParameter {
 
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
+
     private TraceEventComponent fEvent;
 
     // ------------------------------------------------------------------------
@@ -48,15 +51,11 @@ public class EventCommandParameter extends CommandParameter {
     public TraceEventComponent getEvent() {
         return fEvent;
     }
-    
+
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
 
-    /*
-     * (non-Javadoc)
-     * @see java.lang.Object#clone()
-     */
     @Override
     public EventCommandParameter clone() {
         EventCommandParameter clone = (EventCommandParameter) super.clone();
This page took 0.025925 seconds and 5 git commands to generate.