X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.lttng.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Flttng%2Fui%2Fviews%2Fcontrol%2Fmodel%2Fimpl%2FTraceEventComponent.java;h=7fed4e75b0a7ad6089e0ca588e3bf0992d9a28f5;hb=d132bcc71fa0ff07cf2a3f0b6258f38abb546fb7;hp=936be7521fee369dcf65b8a8e1c2bdc07bf5a12e;hpb=f1e23c542e9b00f6dab15b7aa2960315a22d9bc4;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/model/impl/TraceEventComponent.java b/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/model/impl/TraceEventComponent.java index 936be7521f..7fed4e75b0 100644 --- a/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/model/impl/TraceEventComponent.java +++ b/org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/control/model/impl/TraceEventComponent.java @@ -24,7 +24,7 @@ import org.eclipse.ui.views.properties.IPropertySource; /** - * TraceChannelComponent + * TraceEventComponent *

* Implementation of the trace channel component. *

@@ -48,7 +48,7 @@ public class TraceEventComponent extends TraceControlComponent { /** * The event information. */ - private IEventInfo fEventInfo = null; + protected IEventInfo fEventInfo = null; /** * The image to be displayed when in disabled state. */