Updated some javadoc in org.eclipse.linuxtools.tmf.core plug-in
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfEvent.java
index 6792449cc5d77d2687df5de17dec723c2a9052c5..9f147962280c65821214a83c8b2be816cc6c8253 100644 (file)
@@ -26,10 +26,11 @@ import org.eclipse.linuxtools.tmf.core.event.ITmfEventType;
 import org.eclipse.linuxtools.tmf.core.event.ITmfTimestamp;
 
 /**
- * <b><u>CTFEvent</u></b>
- * <p>
- * This is a wrapper class around CTF's Event Definition/Declaration so that we
- * can map all types of Declaration to native Java types.
+ * A wrapper class around CTF's Event Definition/Declaration that maps all
+ * types of Declaration to native Java types.
+ * 
+ * @version 1.0
+ * @author Alexandre Montplaisir
  */
 public final class CtfTmfEvent implements ITmfEvent, Cloneable {
 
This page took 0.026554 seconds and 5 git commands to generate.