tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / core / AsyncMessageReturn.java
index 88e42b391ce86b017e772c10ab15e10e02990691..3ac93854112eac5c909a6e0edffce2da5946903d 100755 (executable)
@@ -1,14 +1,15 @@
 /**********************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * 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
+ *
+ * Contributors:
+ *     IBM - Initial API and implementation
+ *     Bernd Hufmann - Updated for TMF
  **********************************************************************/
+
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core;
 
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IGC;
@@ -23,12 +24,12 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewPref;
  * <br>
  * WARNING: The association validity is not checked, it is not necessary to provide a valid association, not even needed
  * to set an association to drawn a message with a message return style.<br>
- * 
- * 
+ *
+ *
  * @see org.eclipse.linuxtools.tmf.ui.views.uml2sd.core.AsyncMessage AsyncMessage for usage example
- * @version 1.0 
+ * @version 1.0
  * @author sveyrier
- * 
+ *
  */
 public class AsyncMessageReturn extends AsyncMessage {
 
@@ -66,7 +67,7 @@ public class AsyncMessageReturn extends AsyncMessage {
      * Set the associated message (the message it is the return).<br>
      * Setting the association will activate the navigation in the default sequence diagram implementation to the
      * message when the user right click on this message return.<br>
-     * 
+     *
      * @param parentMessage the message to associate
      */
     public void setMessage(AsyncMessage parentMessage) {
This page took 0.024183 seconds and 5 git commands to generate.