Fix javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfEvent.java
index f54556b0b3b617000c26581a2ea65b0f2cf3ac6c..85ee867e79bfe6c73dc94bf11cff19709dc499c8 100644 (file)
@@ -201,7 +201,7 @@ public final class CtfTmfEvent implements ITmfEvent {
      * this ID is not constant from one trace to another for the same event
      * types! Use "getEventName()" for a constant reference.
      *
-     * @return
+     * @return the event ID
      */
     public long getID() {
         return this.typeId;
This page took 0.025088 seconds and 5 git commands to generate.