X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.core%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fcore%2Fevent%2FITmfEvent.java;h=95e24f46a981fe8a3e3956fb1d0900470cf84d5f;hb=6256d8ad70f478e5ed584d9c60d012381c506d67;hp=eac36207e4f37c49033b410f7bfcedfc977476d1;hpb=273c7f3070ad34c5228afb24d6655f6e8092186c;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/ITmfEvent.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/ITmfEvent.java index eac36207e4..95e24f46a9 100644 --- a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/ITmfEvent.java +++ b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/ITmfEvent.java @@ -1,11 +1,11 @@ /******************************************************************************* * Copyright (c) 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: * Francois Chouinard - Initial API and implementation *******************************************************************************/ @@ -27,7 +27,7 @@ import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace; * For convenience, a free-form reference field is also provided. It could be * used as e.g. a location marker (filename:lineno) to indicate where the event * was generated. - * + * * @version 1.0 * @author Francois Chouinard * @@ -74,7 +74,7 @@ public interface ITmfEvent { /** * @return the trace that 'owns' the event */ - public ITmfTrace getTrace(); + public ITmfTrace getTrace(); /** * @return the event rank within the parent trace