X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Fcore%2FAsyncMessageReturn.java;h=3ac93854112eac5c909a6e0edffce2da5946903d;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=88e42b391ce86b017e772c10ab15e10e02990691;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/AsyncMessageReturn.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/AsyncMessageReturn.java index 88e42b391c..3ac9385411 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/AsyncMessageReturn.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/AsyncMessageReturn.java @@ -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; *
* 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.
- * - * + * + * * @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).
* 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.
- * + * * @param parentMessage the message to associate */ public void setMessage(AsyncMessage parentMessage) {