X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Floader%2FTmfAsyncMessage.java;h=0e22b277b226f3540101cec1c83ff9f7f57a2c9a;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=00561147226f9dad484bb679f3e5a4c088a73927;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/TmfAsyncMessage.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/TmfAsyncMessage.java index 0056114722..0e22b277b2 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/TmfAsyncMessage.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/loader/TmfAsyncMessage.java @@ -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; *

* Extends AsyncMessage class to provide additional information about the trace event. *

- * + * * @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 */