tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / ITimeCompressionListener.java
index f81f07014d28be809fa757fca62d01e12135df66..cf4a5151c8e087caac5fe5aaade6cc027f0540e8 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * Copyright (c) 2011, 2012 Ericsson.
- *
+ * Copyright (c) 2005, 2012 IBM Corporation, 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:
- * IBM - Initial API and implementation
- * Bernd Hufmann - Updated for TMF
+ *     IBM - Initial API and implementation
+ *     Bernd Hufmann - Updated for TMF
  **********************************************************************/
+
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd;
 
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.Lifeline;
@@ -29,10 +28,14 @@ public interface ITimeCompressionListener {
     /**
      * Notifies listeners about a selected delta.
      *
-     * @param lifeline The current lifeline.
-     * @param startEvent The start event selected.
-     * @param nbEvent A number of events.
-     * @param color The current color to use.
+     * @param lifeline
+     *            The current lifeline.
+     * @param startEvent
+     *            The start event selected.
+     * @param nbEvent
+     *            A number of events.
+     * @param color
+     *            The current color to use.
      */
     public void deltaSelected(Lifeline lifeline, int startEvent, int nbEvent, IColor color);
 
This page took 0.024262 seconds and 5 git commands to generate.