Added some more JUnit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / control / model / impl / TraceEventComponent.java
index 936be7521fee369dcf65b8a8e1c2bdc07bf5a12e..7fed4e75b0a7ad6089e0ca588e3bf0992d9a28f5 100644 (file)
@@ -24,7 +24,7 @@ import org.eclipse.ui.views.properties.IPropertySource;
 
 
 /**
- * <b><u>TraceChannelComponent</u></b>
+ * <b><u>TraceEventComponent</u></b>
  * <p>
  * Implementation of the trace channel component.
  * </p>
@@ -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.
      */
This page took 0.034138 seconds and 5 git commands to generate.