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 56a929533249c26151f4eccd8d1d9fd649ada0a3..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;
@@ -16,7 +16,7 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 
 /**
  * Class containing parameter for a command execution.
- *  
+ *
  * @author Bernd Hufmann
  */
 public class EventCommandParameter extends CommandParameter {
@@ -24,6 +24,7 @@ public class EventCommandParameter extends CommandParameter {
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
+
     private TraceEventComponent fEvent;
 
     // ------------------------------------------------------------------------
@@ -50,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.025658 seconds and 5 git commands to generate.