lttng: Fix Javadoc in lttng2.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / property / TraceEventPropertySource.java
index 0a31ec37224c1e13e6d5e37e072e6b904c2ecf23..19dd6dcabff2b11bd96cebdb86a23b6a194b4729 100644 (file)
@@ -14,17 +14,18 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.property;
 import java.util.ArrayList;
 import java.util.List;
 
-import org.eclipse.linuxtools.internal.lttng2.ui.views.control.Messages;
-import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.TraceLogLevel;
+import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceLogLevel;
+import org.eclipse.linuxtools.internal.lttng2.ui.views.control.messages.Messages;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceEventComponent;
 import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>TraceEventPropertySource</u></b>
  * <p>
  * Property source implementation for the trace event component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceEventPropertySource extends BasePropertySource {
 
This page took 0.023902 seconds and 5 git commands to generate.