More javadoc updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.jni / src / org / eclipse / linuxtools / lttng / jni / JniMarkerField.java
index 0bf906496d3ca25b0fd2ebfd28d32b312c80104c..984b970dfaa6b74b27562954c2bf23fa8b22ff53 100644 (file)
@@ -6,7 +6,6 @@ import org.eclipse.linuxtools.internal.lttng.jni.exception.JniMarkerFieldExcepti
 
 
 /**
- * <b><u>JniMarkerField</u></b> <p>
  * A JniMarkerField is one of the field of the unparsed content (payload) of an event. <p>
  *
  * Provides access to the marker_field C structure (from LTT) in java.<p>
@@ -20,6 +19,8 @@ import org.eclipse.linuxtools.internal.lttng.jni.exception.JniMarkerFieldExcepti
  * <b>NOTE</b><p>
  * This class is ABSTRACT, you need to extends it to support your specific LTTng version.<p>
  *
+ * @version 0.1
+ * @author William Bourque
  */
 public abstract class JniMarkerField extends Jni_C_Common
 {
This page took 0.024771 seconds and 5 git commands to generate.