tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / core / SyncMessageReturn.java
index 46375060540324295a8708f245f294d53c1d3bac..30ee55a5a9e3e2b7410cc18215fbb090490c4cfa 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
+ *
+ * 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;
@@ -25,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.SyncMessage SyncMessage for usage example
  * @version 1.0
  * @author sveyrier
- * 
+ *
  */
 public class SyncMessageReturn extends SyncMessage {
 
@@ -41,7 +40,7 @@ public class SyncMessageReturn extends SyncMessage {
      * The graphNode ID
      */
     public static final String SYNC_MESS_RET_TAG = "SyncMessageRet"; //$NON-NLS-1$
-    
+
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
@@ -53,7 +52,7 @@ public class SyncMessageReturn extends SyncMessage {
     // ------------------------------------------------------------------------
     // Constractors
     // ------------------------------------------------------------------------
-    
+
     /**
      * Default constructor
      */
@@ -68,7 +67,7 @@ public class SyncMessageReturn extends SyncMessage {
      * 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(SyncMessage parentMessage) {
@@ -78,7 +77,7 @@ public class SyncMessageReturn extends SyncMessage {
 
     /**
      * Returns the syncMessage associated to this SyncMessageReturn
-     * 
+     *
      * @return the associated message
      */
     public SyncMessage getMessage() {
@@ -94,7 +93,7 @@ public class SyncMessageReturn extends SyncMessage {
         if (!isVisible()) {
             return;
         }
-        
+
         ISDPreferences pref = SDViewPref.getInstance();
 
         int oldStyle = context.getLineStyle();
This page took 0.031498 seconds and 5 git commands to generate.