Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / model / TimeEvent.java
index 8aeade9f37b74e8975f4413b3a074b1dc9dc2896..c21e5eccddcb7049fd35e2b49df7d15d9ab3ca32 100644 (file)
@@ -63,7 +63,7 @@ public class TimeEvent implements ITimeEvent {
      *            The duration of this event
      * @param value
      *            The status assigned to the event
-     * @since 2.1
+     * @since 3.0
      */
     public TimeEvent(ITimeGraphEntry entry, long time, long duration,
             int value) {
@@ -77,7 +77,7 @@ public class TimeEvent implements ITimeEvent {
      * Get this event's status
      *
      * @return The integer matching this status
-     * @since 2.1
+     * @since 3.0
      */
     public int getValue() {
         return fValue;
@@ -87,7 +87,7 @@ public class TimeEvent implements ITimeEvent {
      * Return whether an event has a value
      *
      * @return true if the event has a value
-     * @since 2.1
+     * @since 3.0
      */
     public boolean hasValue() {
         return (fValue != NOVALUE);
This page took 0.025309 seconds and 5 git commands to generate.