tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / loader / TmfAsyncMessage.java
index 00561147226f9dad484bb679f3e5a4c088a73927..0e22b277b226f3540101cec1c83ff9f7f57a2c9a 100644 (file)
@@ -1,14 +1,15 @@
 /**********************************************************************
  * Copyright (c) 2011, 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.tmf.ui.views.uml2sd.loader;
 
 import org.eclipse.linuxtools.tmf.core.uml2sd.ITmfAsyncSequenceDiagramEvent;
@@ -18,7 +19,7 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.AsyncMessage;
  * <p>
  * Extends AsyncMessage class to provide additional information about the trace event.
  * </p>
- * 
+ *
  * @version 1.0
  * @author Bernd Hufmann
  */
@@ -31,13 +32,13 @@ public class TmfAsyncMessage extends AsyncMessage implements ITmfAsyncSequenceDi
      * A asynchronous sequence diagram event implementation
      */
     protected ITmfAsyncSequenceDiagramEvent fSdEvent;
-    
+
     // ------------------------------------------------------------------------
     // Constructors
     // ------------------------------------------------------------------------
     /**
      * Standard constructor
-     * 
+     *
      * @param sdEvent The asynchronous sequence diagram event implementation
      * @param eventOccurrence The event index
      */
This page took 0.027273 seconds and 5 git commands to generate.